Category API
Get all categories
GET
http://lrr.tvc-16.science/api/categories
Get all the categories saved on the server.
Get a single category
GET
http://lrr.tvc-16.science/api/categories/:id
Get the details of the specified category ID.
Path Parameters
๐Create a Category
PUT
http://lrr.tvc-16.science/api/categories
Create a new Category.
Query Parameters
๐Update a Category
PUT
http://lrr.tvc-16.science/api/categories/:id
Modify a Category.
Path Parameters
Query Parameters
๐Delete a Category
DELETE
http://lrr.tvc-16.science/api/categories/:id
Remove a Category.
Path Parameters
๐Add an Archive to a Category
PUT
http://lrr.tvc-16.science/api/categories/:id/:archive
Adds the specified Archive ID (see Archive API) to the given Category.
Path Parameters
๐Remove an Archive from a Category
DELETE
http://lrr.tvc-16.science/api/categories/:id/:archive
Remove an Archive ID from a Category.
Path Parameters
Last updated