Admin API
Remove
DELETE /admin/remove
Admin Remove
Path Parameters
Name
Type
Description
idContent**
String
Content Id
Headers
Name
Type
Description
cookie**
String
accessToken
{
"data" : null,
"message": "successfully removed"
}{
"data" null,
"message" : "invalid request"
}{
"data" null,
"message" : "server error"
}Add
POST /admin/add
Admin Add
Headers
Name
Type
Description
cookie**
String
accessToken
Request Body
Name
Type
Description
content_type*
String
content type
content_category*
String
content category
content_name*
String
content name
Last updated