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 stringrequired

Responses

Category successfully updated

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