Skip to main content

Create a new category

POST 

/category

Create a new category

Request

Body

    name categoryName (string)required

    Possible values: <= 32 characters

    Name of the category

    parentId string

    Unique identifier for Category

    projectId projectId (string)required

    Unique identifier for Project

Responses

Category successfully created

Schema

    name categoryName (string)required

    Possible values: <= 32 characters

    Name of the category

    parentId string

    Unique identifier for Category

    id string

    Unique identifier for Category

    projectId projectId (string)required

    Unique identifier for Project

Loading...