action openchannel_post_ownership_ownership_id { label: "Updates an ownership record" description: " - Results are returned for the market provided within the basic authentication credentials " provider: openchannel method: POST 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 } }