{ "opencollection": "1.0.0", "info": { "name": "Ansible Automation Controller Auth Projects API", "version": "2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{controller_host}/api/v2/projects/" }, "docs": "List projects" }, { "info": { "name": "Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://{controller_host}/api/v2/projects/", "body": { "type": "json", "data": "{}" } }, "docs": "Create a project" }, { "info": { "name": "Retrieve a project", "type": "http" }, "http": { "method": "GET", "url": "https://{controller_host}/api/v2/projects/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a project" }, { "info": { "name": "Trigger an SCM project update", "type": "http" }, "http": { "method": "POST", "url": "https://{controller_host}/api/v2/projects/:id/update/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Trigger an SCM project update" } ] } ], "bundled": true }