{ "opencollection": "1.0.0", "info": { "name": "Akeneo PIM REST Asset Manager Attributes API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Attributes", "type": "folder" }, "items": [ { "info": { "name": "List attributes", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/attributes" }, "docs": "List attributes" }, { "info": { "name": "Create an attribute", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/attributes" }, "docs": "Create an attribute" }, { "info": { "name": "Get an attribute", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/attributes/:code", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Get an attribute" }, { "info": { "name": "Update or create an attribute", "type": "http" }, "http": { "method": "PATCH", "url": "https://{tenant}.cloud.akeneo.com/api/rest/v1/attributes/:code", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Update or create an attribute" } ] } ], "bundled": true }