api

Update collection

PUT https://api.mave.io/v1/collections/{id}

This enables you to update a collection. Requires API token.

Request

{
  "name": "foobar",
  "collection": "" // the ID of an existing collection the collection should become a part of (optional)
}

Response

{
  "created": 1643723737, // when this collection was created
  "id": "zlb1cnE31EQetyx", // the ID if you want to store it for your user and possibly webhooks
  "object": "collection", // the type of object you're looking at
  "name": "foobar", // the name you have given it
  "video_count": 0 // the amount of videos in this collection
}
🍪 Press 'Accept' to confirm that you accept we don't use cookies. Yes, this banner is just for show!
Accept