v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Tasks
Invoices

Update an Invoice

This request will update an invoice attached to an open Task (i.e. task status=0).

cost | Float | Required | The cost on the invoice. description | String | Required | Brief description for the invoice.

patch/v2/tasks/{taskID}/invoices/{invoiceID}

Request body

costinteger
descriptionstring

Response

The operation completed successfully. The response body is empty.