{ "opencollection": "1.0.0", "info": { "name": "Red Hat Ansible Automation Platform Add-Ons Teams API", "version": "2.6" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Teams", "type": "folder" }, "items": [ { "info": { "name": "Red Hat Create or Update a Team", "type": "http" }, "http": { "method": "PUT", "url": "https://ansible-platform.example.com/organization/:orgname/team/:teamname", "params": [ { "name": "orgname", "value": "", "type": "path", "description": "The name of the organization." }, { "name": "teamname", "value": "example_value", "type": "path", "description": "The name of the team." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new team or updates an existing team within an organization, including the team role and description." } ] } ], "bundled": true }