action gsmtasks_accounts_change_owner_create { label: "accounts_change_owner_create" provider: gsmtasks method: POST path: "/accounts/{id}/change_owner/" encoding: form input: { type: "object" properties: { format: { type: "string" enum: ["json", "xlsx"] } id: { type: "string" format: "uuid" } owner: { type: "string" format: "uri" } } required: ["id", "owner"] additionalProperties: false } output: { type: "object" additionalProperties: true } }