Category API
get
http://lrr.tvc-16.science
/api/categories
Get all categories
get
http://lrr.tvc-16.science
/api/categories/:id
Get a single category
put
http://lrr.tvc-16.science
/api/categories
🔑Create a Category
put
http://lrr.tvc-16.science
/api/categories/:id
🔑Update a Category
delete
http://lrr.tvc-16.science
/api/categories/:id
🔑Delete a Category
put
http://lrr.tvc-16.science
/api/categories/:id/:archive
🔑Add an Archive to a Category
delete
http://lrr.tvc-16.science
/api/categories/:id/:archive
🔑Remove an Archive from a Category
Last modified 6mo ago