Skip to main content

Create a new category

POST 

/category

Create a new category

Request

Body

    name stringrequired

    Name of the category

    projectId projectId (string)required

    Unique identifier for Project

    parentId string

    Unique identifier for Category

Responses

Category successfully created

Schema

    name stringrequired

    Name of the category

    projectId projectId (string)required

    Unique identifier for Project

    id string

    Unique identifier for Category

    parentId string

    Unique identifier for Category

Loading...