Create Category Using POST

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

Authentication
This operation uses the following authentication methods.
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