-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Following changes are required to back-end
- Add a CP category on the
create-articleroute - Rename
topictotag - Article must contain multiple tags
The following endpoints need to be created/ modified
-
create-article- Tags should be passed as an array of items. Each article must be linked to that tag -
tag-detail/<slug>- GET all articles under the tag -
tag-list- GET all tags. Also add new tag wiith POST request -
category-detail- GET all tracks under a category
Reactions are currently unavailable