action ix_api_accounts_partial_update { label: "accounts_partial_update" description: "Update parts of an account." provider: ix_api method: PATCH path: "/accounts/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }