action akeneo_post_attributes { label: "Create a new attribute" description: "This endpoint allows you to create a new attribute." provider: akeneo method: POST path: "/api/rest/v1/attributes" encoding: json output: { type: "object" additionalProperties: true } }