action fire_update_mandate_alias { label: "Update a direct debit mandate alias" description: "Update Direct Debit Mandate Alias\nThe permision needed to access this endpoint is PERM_BUSINESS_PUT_MANDATE\n" provider: fire method: POST path: "/v1/mandates/{mandateUuid}" encoding: json input: { type: "object" properties: { mandateUuid: { type: "string" description: "The uuid of the mandate to update." } } required: ["mandateUuid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }