Skip to main content

Set Budget

PUT 

/v1/budgets

Set Budget

Request

Body

required

    month int32
    Example: 10
    year int32
    Example: 2024
    categoryId uuid
    Example: 01926b84-93cb-75b9-b445-a5a744f7a59f
    budgeted float
    Example: 10.49

Responses

Success

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
Loading...