Budgets
Edit existing budget
post/edit-budget
Request body
Example request
{
"categories": [
1,
2,
3,
4
],
"users": [
1,
2,
3,
4
],
"wallets": [
1,
2,
3,
4
]
}Response
Edit budget
Example response
{
"categories": [
1,
2,
3,
4
],
"users": [
1,
2,
3,
4
],
"wallets": [
1,
2,
3,
4
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.