action akeneo_post_proposal_uuid { label: "Submit a draft for approval" description: "This endpoint allows you to submit a draft for approval." provider: akeneo method: POST path: "/api/rest/v1/products-uuid/{uuid}/proposal" encoding: json input: { type: "object" properties: { uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }