Update Category

Update your category name.

Update Category

PUT {{server-url}}/categories/:id

Path Parameters

NameTypeDescription

id

Number

Represents category identifier

Headers

NameTypeDescription

Authorization*

String

UUID formatted access token

Content-Type*

String

application/json

PROJECT-ID*

String

UUID formatted projectId information

Request Body

NameTypeDescription

name*

String

Represents category name

{
    // Response
}

Example Response Body

{
    "data": null,
    "message": null,
    "code": 0,
    "error": false
}

Last updated