PUT https://api.getpostman.com/collections/{{collection_uid}}
This endpoint allows you to update an existing collection using the Qodex Collection v2 format. For more information about the v2 schema, check the format here. On successful updation of the collection, the response returns the collection Requires API Key as Note: Please be careful when trying to update the collection, as the existing collection will be replaced by the request body.name
, id
and uid
.
X-Api-Key
request header or apikey
URL query parameter.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"collection": {
"id": "1d3daef4-2037-4584-ab86-bafd8c8f8a55",
"name": "Sample Collection",
"uid": "5852-1d3daef4-2037-4584-ab86-bafd8c8f8a55"
}
} |
ENDPOINTS