Update an existing group
PATCH/v1/groups/:id
Update an existing group
Request
Path Parameters
id uuidrequired
ID of Group
- application/json
Body
required
name string
Example:
Recurring Expenses
notes string
Example:
Some markdown notes
Responses
- 204
- 400
- 401
- 404
- 500
Success
Bad request
Unauthenticated
Not Found
Internal Error
Loading...