action vatapi_invoice_update { label: "Update an existing invoice" provider: vatapi method: PUT path: "/invoice/{id}" encoding: json input: { type: "object" properties: { "Response-Type": { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }