Skip to main content

Update an existing category

PATCH 

/v1/categories/:id

Update an existing category

Request

Path Parameters

    id uuidrequired

    ID of Category

Body

required

    groupId uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f
    name string
    Example: Groceries
    notes string
    Example: Some markdown notes

Responses

Success

Loading...