Skip to content

Add Media to Collection

POST
/v1/collection/{id}

Parameters

Path Parameters

id*

Collection ID

Type
integer
Required

Request Body

application/json
JSON
{
  
"media_source": "string",
  
"media_type": "string",
  
"source_id": "string"
}

Responses

OK

application/json
JSON
"string"

Playground

Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI