{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics API Specs 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": "API Specs", "type": "folder" }, "items": [ { "info": { "name": "Apigee List API Specs", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/apis/:apiId/versions/:versionId/specs", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "apiId", "value": "", "type": "path", "description": "ID of the API resource." }, { "name": "versionId", "value": "", "type": "path", "description": "ID of the API version." }, { "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." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression." }, { "name": "orderBy", "value": "", "type": "query", "description": "Field to order results by." } ] }, "docs": "Lists all specs for an API version." }, { "info": { "name": "Apigee Create an API Spec", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/apis/:apiId/versions/:versionId/specs", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "apiId", "value": "", "type": "path", "description": "ID of the API resource." }, { "name": "versionId", "value": "", "type": "path", "description": "ID of the API version." }, { "name": "apiSpecId", "value": "", "type": "query", "description": "Required. The ID to use for the spec." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new specification for an API version in the registry." }, { "info": { "name": "Apigee Get an API Spec", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/apis/:apiId/versions/:versionId/specs/:specId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "apiId", "value": "", "type": "path", "description": "ID of the API resource." }, { "name": "versionId", "value": "", "type": "path", "description": "ID of the API version." }, { "name": "specId", "value": "", "type": "path", "description": "ID of the API spec." } ] }, "docs": "Gets details about a specific API specification." }, { "info": { "name": "Apigee Update an API Spec", "type": "http" }, "http": { "method": "PATCH", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/apis/:apiId/versions/:versionId/specs/:specId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "apiId", "value": "", "type": "path", "description": "ID of the API resource." }, { "name": "versionId", "value": "", "type": "path", "description": "ID of the API version." }, { "name": "specId", "value": "", "type": "path", "description": "ID of the API spec." }, { "name": "updateMask", "value": "", "type": "query", "description": "Required. Comma-separated list of fields to update." }, { "name": "allowMissing", "value": "", "type": "query", "description": "If true, create if it does not exist." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing API spec. A new revision is created if the spec content changes." }, { "info": { "name": "Apigee Delete an API Spec", "type": "http" }, "http": { "method": "DELETE", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/apis/:apiId/versions/:versionId/specs/:specId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "apiId", "value": "", "type": "path", "description": "ID of the API resource." }, { "name": "versionId", "value": "", "type": "path", "description": "ID of the API version." }, { "name": "specId", "value": "", "type": "path", "description": "ID of the API spec." }, { "name": "force", "value": "", "type": "query", "description": "If true, delete child resources as well." } ] }, "docs": "Deletes an API spec and all its revisions and child resources." }, { "info": { "name": "Apigee Get API Spec Contents", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/apis/:apiId/versions/:versionId/specs/:specId:getContents", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "apiId", "value": "", "type": "path", "description": "ID of the API resource." }, { "name": "versionId", "value": "", "type": "path", "description": "ID of the API version." }, { "name": "specId", "value": "", "type": "path", "description": "ID of the API spec." } ] }, "docs": "Retrieves the raw content of an API specification." }, { "info": { "name": "Apigee Rollback an API Spec", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/apis/:apiId/versions/:versionId/specs/:specId:rollback", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "apiId", "value": "", "type": "path", "description": "ID of the API resource." }, { "name": "versionId", "value": "", "type": "path", "description": "ID of the API version." }, { "name": "specId", "value": "", "type": "path", "description": "ID of the API spec." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rolls back an API spec to a previous revision." } ] } ], "bundled": true }