Clears the cache for collections api requests.
Creates and returns a new collection. Collections of type public (shown as tags in the user interface) must have unique names. Other collection types can reuse names.
Deletes a collection and removes all items from the collection.
Removes an item from a collection.
Finds and returns a collection.
Finds and returns an item in a specific collection. See GET /items/{id}.
Retrieves items from a collection that the user has access to.
Retrieves the collections that the user has access to. This endpoint does not return the user's favorites collection, which can be retrieved with /v1/collections/favorites.
Lists the user's favorites collection.
Updates the name, description, or type fields provided in the patch body. Can be used to publish a private collection as a publicgoverned collection by patching /type with publicgoverned once the collection contains at least 1 item. Can also be used to return a publicgoverned collection to private. Cannot be used to change between public (tag) and private / publicgoverned (collection).
Updates a collection's name and description and returns the updated collection. Omitted and unsupported fields are ignored. To unset a field, provide the field's zero value.
Adds an item to a collection and returns the item.