Skip to main content
PATCH
Update Collection.

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token '

Path Parameters

id
string<uuid>
required

UUID of the collection to update.

Example:

"d949f13f-40d2-4e48-ac86-b66633070603"

Body

application/json
name
string
required

Updated name of the collection (optional).

Example:

"Updated Collection Name"

description
string

Updated description of the collection (optional).

Example:

"Updated description"

Response

Successful response

success
boolean
Example:

true

message
string
Example:

"Collection updated successfully"

data
object