Add Category

Add a category to categorize your project assets.

Add Category

POST {{server-url}}/categories

It returns the category’s identifier value.

Headers

NameTypeDescription

Authorization*

String

UUID formatted access token

Content-Type*

String

application/json

PROJECT-ID*

String

UUID formatted projectId information

Request Body

NameTypeDescription

name*

String

Represents category name

{
    // Response
}

Example Response Body

{
    "data": 315,
    "message": null,
    "code": 0,
    "error": false
}

Last updated