v1

latestSwagger 2.0MIT2026-08-06120162320.1 KB
application

Replaces group roles for an app

Replaces the groups for a given role on an app. Only the given groups will be present for a role on the app after this call.

put/apps/{app-slug}/roles/{role-name}

Path parameters

app-slugstring required

Slug of the app

role-name'admin' | 'manager' | 'member' | 'platform_engineer' required

Name of the role being modified, supported values are: admin, manager (equals developer), member (equals tester/qa), and platform_engineer

Request body

groupsstring[]

Response

List of group slugs

groupsstring[]