Category API
Endpoints related to Categories.
Use Authorization: Bearer <base64(api_key)>
Name of the Category.
Matching predicate, if creating a Dynamic Category.
Add this parameter if you want the created category to be pinned.
Success response
Error response
Use Authorization: Bearer <base64(api_key)>
Success response
Error response
Category with specified ID does not exist
Use Authorization: Bearer <base64(api_key)>
New name of the Category
Predicate. Trying to add a predicate to a category that already contains Archives will give you an error.
Add this argument to pin the Category. If you don't, the category will be unpinned on update.
Success response
Error response
The Category is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
Archive ID to add.
Result
The category ID is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
Archive ID to remove.
Result
The category ID is currently locked for modification
Last updated