Update an existing category
PATCH/v1/categories/:id
Update an existing category
Request
Path Parameters
id uuidrequired
ID of Category
- application/json
Body
required
groupId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
name string
Example:
Groceries
notes string
Example:
Some markdown notes
Responses
- 204
- 400
- 401
- 404
- 500
Success
Bad request
Unauthenticated
Not Found
Internal Error
Loading...