Create Category Using POST
API code: CREATE-CATEGORY
Pre-authorized role(s): PROVIDER_ADMIN
Request
URI
POST
https://{api_host}//localhost/api/alp/v1/categories
COPY
Request Body
The new category to be created.
Category of type(s) application/json
Optional
{
"name": "string",
"number_of_apps": 0
}
string
name
Optional
name
integer As int64 As int64
number_of_apps
Optional
number_of_apps
Responses
201
Created
Returns Category of type(s) application/json
{
"name": "string",
"number_of_apps": 0
}
string
name
Optional
name
integer As int64 As int64
number_of_apps
Optional
number_of_apps
Application Categories Operations
POST
Create Category Using POST
DELETE
Delete Category Using DELETE
GET
Get Categories Using GET