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
description
string

A description for the collection.

Maximum length: 400
name
string

The name of the collection.

Maximum length: 64

Response

200
application/json
Successful Response
id
string
required

The id of the collection.

name
string
required

The name of the collection.

description
string

A description for the collection.