Invoice
Update file on invoice V3
This endpoint requires the following scopes: invoice:update.
Update a file attached to an invoice.
patch/api/v3/invoices/{id}/files/{fileId}
Path parameters
idstring required
fileIdstring required
Request body
Example request
{
"title": "Supporting document",
"description": "Additional documentation",
"keyword": "otherFile",
"sort": 1
}Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.