{ "opencollection": "1.0.0", "info": { "name": "JetBrains Hub REST Activities Projects API", "version": "2024.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "JetBrains List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.youtrack.cloud/hub/api/rest/projects" }, "docs": "Returns a list of Hub projects." }, { "info": { "name": "JetBrains Create Project", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.youtrack.cloud/hub/api/rest/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project." }, { "info": { "name": "JetBrains Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.youtrack.cloud/hub/api/rest/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific project." }, { "info": { "name": "JetBrains Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.youtrack.cloud/hub/api/rest/projects/:projectLocator", "params": [ { "name": "projectLocator", "value": "", "type": "path" }, { "name": "fields", "value": "", "type": "query" } ] }, "docs": "Returns details of a specific project." }, { "info": { "name": "JetBrains List Projects", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.youtrack.cloud/hub/api/rest/admin/projects", "params": [ { "name": "fields", "value": "", "type": "query" } ] }, "docs": "Returns a list of projects." }, { "info": { "name": "JetBrains Get Project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.youtrack.cloud/hub/api/rest/admin/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Returns details of a specific project." } ] } ], "bundled": true }