{ "opencollection": "1.0.0", "info": { "name": "Gravitee.io - Access Management alerts API Products API", "version": "4.12.0-alpha.3" }, "items": [ { "info": { "name": "API Products", "type": "folder" }, "items": [ { "info": { "name": "List API Products", "type": "http" }, "http": { "method": "GET", "url": "/management/environments/:envId/api-products", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "List API Products" }, { "info": { "name": "Create an API Product", "type": "http" }, "http": { "method": "POST", "url": "/management/environments/:envId/api-products", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "Create an API Product" }, { "info": { "name": "Search API Products", "type": "http" }, "http": { "method": "POST", "url": "/management/environments/:envId/api-products/_search", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" } ] }, "docs": "Search API Products" }, { "info": { "name": "Update an API Product", "type": "http" }, "http": { "method": "PUT", "url": "/management/environments/:envId/api-products/:apiProductId", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" }, { "name": "apiProductId", "value": "", "type": "path" } ] }, "docs": "Update an API Product" }, { "info": { "name": "Delete an API Product", "type": "http" }, "http": { "method": "DELETE", "url": "/management/environments/:envId/api-products/:apiProductId", "params": [ { "name": "envId", "value": "", "type": "path", "description": "The environment identifier" }, { "name": "apiProductId", "value": "", "type": "path" } ] }, "docs": "Delete an API Product" } ] } ], "bundled": true }