action openchannel_patch_ownership_ownership_id { label: "Updates ownership fields" description: " - Results are returned for the market provided within the basic authentication credentials " provider: openchannel method: PATCH path: "/ownership/{ownershipId}" encoding: json input: { type: "object" properties: { customData: { type: "string" } expires: { type: "integer" format: "int64" } ownershipId: { type: "string" } } required: ["ownershipId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }