collections/{id}

Note: When making API requests, ensure the following headers are included:

  • Authorization: Bearer UserToken (replace UserToken with your actual access token)
  • Content-Type: application/json
  • Accept: application/json

Updates an existing collection.

Path Parameters

  • idstringrequired

Request Body

application/json

  • titlestring

Loading Examples...

Responses

  • titlestring

Loading Examples...

Deletes a specific collection.

Path Parameters

  • idstringrequired

Responses

200OK

Loading Examples...