Files
bgApp/API Tests/BGApp/Collections/Update.yml
2026-02-21 17:56:28 +00:00

29 lines
396 B
YAML

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