{ "opencollection": "1.0.0", "info": { "name": "RapidAPI Gateway Alerts Documentation API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-RapidAPI-Key", "value": "{{X-RapidAPI-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Documentation", "type": "folder" }, "items": [ { "info": { "name": "Publish to hub", "type": "http" }, "http": { "method": "POST", "url": "https://gateway.rapidapi.com/v1/projects/:projectId/publish", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The unique identifier of the project" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Publishes the API project to the RapidAPI Hub, making it available for discovery and consumption. The project's endpoints and documentation are automatically generated from the API definition." } ] } ], "bundled": true }