Approve a budget
POST/api/budgets/{id}:approve
This endpoint allows you to approve a budget which has been submitted for approval.
Required permissions:
- budget.approve: allows to approve budgets of projects where the user is the PM or the Account.
- budget.approve_other: allows to approve budgets of projects where the user is not the PM nor the Account.
Here the dedicated support page.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 412
Returns the budget updated.
Validation failed
Unauthorized
Forbidden
Not found
Precondition failed