Set Budget
PUT/v1/budgets
Set Budget
Request
- application/json
Body
required
month int32
Example:
10
year int32
Example:
2024
categoryId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
budgeted float
Example:
10.49
Responses
- 200
- 400
- 401
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
id uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
month int32
Example:
10
year int32
Example:
2024
categoryId uuid
Example:
01926b84-93cb-75b9-b445-a5a744f7a59f
budgeted float
Example:
10.49
createdAt date-time
Example:
2024-10-07T01:02:03Z
updatedAt date-time
Example:
2024-10-07T01:02:03Z
{
"id": "01926b84-93cb-75b9-b445-a5a744f7a59f",
"month": 10,
"year": 2024,
"categoryId": "01926b84-93cb-75b9-b445-a5a744f7a59f",
"budgeted": 10.49,
"createdAt": "2024-10-07T01:02:03Z",
"updatedAt": "2024-10-07T01:02:03Z"
}
Bad request
Unauthenticated
Internal Error
Loading...