action avaza_expense_put { label: "Update an Expense" description: "Update an Expense" provider: avaza method: PUT path: "/api/Expense" encoding: json output: { type: "object" additionalProperties: true } }