PATCH
/
public
/
v1
/
assets
/
collection
/
{collection-id}
curl --request PATCH \
  --url https://api.topsort.com/public/v1/assets/collection/{collection-id} \
  --header 'Content-Type: application/json' \
  --data '{
  "description": "<string>",
  "name": "<string>"
}'
{
  "description": "<string>",
  "id": "<string>",
  "name": "<string>"
}

Path Parameters

collection-id
string
required

Collection ID.

Body

application/json

Response

200
application/json
Successful Response

The response is of type object.