action akeneo_post_proposal { 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/{code}/proposal" encoding: json input: { type: "object" properties: { code: { type: "string" } } required: ["code"] additionalProperties: false } output: { type: "object" additionalProperties: true } }