Category
Module endpoints
DELETE /categories/:id
DELETE /categories/:idGET /categories
GET /categories{
"data": [
{
"createdAt": "2020-08-10T10:00:00.000Z",
"customData": {},
"description": "Category with music related things",
"id": "7938e446-1c77-4513-8cb0-8b1f2e9f47b8",
"imageUrl": "http://slyk.io/music.png",
"title": "Music",
"updatedAt": "2020-08-10T10:00:00.000Z"
},
{
"createdAt": "2020-08-10T11:00:00.000Z",
"customData": {},
"description": "Category with clothes",
"id": "7938e446-1c77-4513-8cb0-8b1f2e9f47b9",
"imageUrl": "http://slyk.io/clothes.png",
"title": "Clothes",
"updatedAt": "2020-08-10T11:00:00.000Z"
}
],
"total": 2
}GET /categories/:id
GET /categories/:idPATCH /categories/:id
PATCH /categories/:idPOST /categories
POST /categoriesPOST /categories/:id/reorder
POST /categories/:id/reorderLast updated