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

    projectId projectId (string)required

    Unique identifier for Project

    parentId string

    Unique identifier for Category

    id string

    Unique identifier for Category

    name categoryName (string)required

    Possible values: <= 32 characters

    Name of the category

Loading...