info: name: Update type: http seq: 3 http: method: PATCH url: "{{BASE_URL}}/api/collection/{{CollectionID}}" body: type: json data: |- { "name": "{{Name}}" } auth: inherit runtime: variables: - name: CollectionID value: "" - name: Name value: "" settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5