{ "opencollection": "1.0.0", "info": { "name": "Apigee API Hub Analytics Runtime Project Attachments 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": "Runtime Project Attachments", "type": "folder" }, "items": [ { "info": { "name": "Apigee List Runtime Project Attachments", "type": "http" }, "http": { "method": "GET", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/runtimeProjectAttachments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "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 runtime project attachments for the API Hub instance." }, { "info": { "name": "Apigee Create a Runtime Project Attachment", "type": "http" }, "http": { "method": "POST", "url": "https://apihub.googleapis.com/v1/projects/:projectId/locations/:locationId/runtimeProjectAttachments", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Google Cloud project ID." }, { "name": "locationId", "value": "", "type": "path", "description": "Google Cloud region or location." }, { "name": "runtimeProjectAttachmentId", "value": "", "type": "query", "description": "Required. The ID to use for the attachment resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new runtime project attachment, linking a Google Cloud project to the API Hub for API discovery." } ] } ], "bundled": true }