{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics App Groups API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "App Groups", "type": "folder" }, "items": [ { "info": { "name": "Apigee List App Groups", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/appgroups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token returned from a previous list request." } ] }, "docs": "Lists all app groups in an organization. App groups organize developers and their applications." }, { "info": { "name": "Apigee Create an App Group", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/appgroups", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an app group in an organization. App groups provide a way to organize developers and their applications." }, { "info": { "name": "Apigee Get an App Group", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/appgroups/:appGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "appGroupId", "value": "", "type": "path", "description": "Name of the app group." } ] }, "docs": "Returns the app group details for a specified app group." }, { "info": { "name": "Apigee Update an App Group", "type": "http" }, "http": { "method": "PUT", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/appgroups/:appGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "appGroupId", "value": "", "type": "path", "description": "Name of the app group." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an app group. The full app group object must be included in the request body." }, { "info": { "name": "Apigee Delete an App Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/organizations/:organizationId/appgroups/:appGroupId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "Name of the Apigee organization." }, { "name": "appGroupId", "value": "", "type": "path", "description": "Name of the app group." } ] }, "docs": "Deletes an app group from an organization." } ] } ], "bundled": true }