Update a project budget expense
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The project budget expense uuid.
Body
The total billable amount for the expense category.
The total non-billable amount for the expense category.
Notes about this budget expense. Maximum 5000 characters.
The ID (uuid) of the expense category for this budget expense.
Response
200
The unique identifier for the object.
The total billable amount for the expense category. null when the project is non-billable.
The total non-billable amount for the expense category.
The timestamp when the object was created.
The project this budget expense belongs to.
The expense category for this budget expense.