{ "opencollection": "1.0.0", "info": { "name": "GitBook Change Request Content Organizations API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "GitBook List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/orgs" }, "docs": "Returns the list of organizations for the currently authenticated user." }, { "info": { "name": "GitBook Get an organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.gitbook.com/v1/orgs/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." } ] }, "docs": "Returns an organization by its ID." }, { "info": { "name": "GitBook Update an organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.gitbook.com/v1/orgs/:organizationId", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The unique identifier of the organization." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an organization's settings." } ] } ], "bundled": true }