ic3software/mccs-alpha-api

Return ID in GET /categories and GET /tags

geoffturk opened this issue · 0 comments

GET /categories & GET /tags should return an array of objects (name and id) instead of an array of strings (name) so that PATCH/DELETE /admin/categories/{categoryID} and PATCH/DELETE /admin/tags/{tagID} can be called to update/remove categories/tags.

Without this there is no way to get the ID of an existing category or tag.