{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Talent Solution Companies API", "version": "4.0.0" }, "items": [ { "info": { "name": "Companies", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Talent Solution List companies", "type": "http" }, "http": { "method": "GET", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/companies", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" } ] }, "docs": "Lists all companies associated with a tenant." }, { "info": { "name": "Google Cloud Talent Solution Create a company", "type": "http" }, "http": { "method": "POST", "url": "https://jobs.googleapis.com/v4/projects/:projectId/tenants/:tenantId/companies", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "tenantId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new company within a tenant." } ] } ], "bundled": true }