Skip to main content

Update a category

PUT 

/category/:categoryId

Update a category

Request

Path Parameters

    categoryId categoryIdrequired

    ID of the category to update

Body

required

    name categoryName (string)required

    Possible values: <= 32 characters

    Name of the category

Responses

Category successfully updated

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...