{ "opencollection": "1.0.0", "info": { "name": "Ansible Automation Controller Playbooks Auth Organizations API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://{controller_host}/api/v2/organizations/", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "List organizations" }, { "info": { "name": "Create an organization", "type": "http" }, "http": { "method": "POST", "url": "https://{controller_host}/api/v2/organizations/", "body": { "type": "json", "data": "{}" } }, "docs": "Create an organization" }, { "info": { "name": "Retrieve an organization", "type": "http" }, "http": { "method": "GET", "url": "https://{controller_host}/api/v2/organizations/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve an organization" }, { "info": { "name": "Partially update an organization", "type": "http" }, "http": { "method": "PATCH", "url": "https://{controller_host}/api/v2/organizations/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partially update an organization" }, { "info": { "name": "Delete an organization", "type": "http" }, "http": { "method": "DELETE", "url": "https://{controller_host}/api/v2/organizations/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an organization" } ] } ], "bundled": true }