List Portal Roles
List roles that can be assigned to teams in a portal. Each role provides a set of permissions to perform an action on a resource.
Response
A set of roles available in portals.
Example response
{
"services": {
"name": "Services",
"roles": {
"apiviewer": {
"name": "API Viewer",
"description": "API Viewers have read-only access to the documentation of a service in a portal"
},
"apiconsumer": {
"name": "API Consumer",
"description": "API Consumers can make calls to the given service"
}
}
}
}Changes
Changed in 2 of the 75 revisions of this API.41
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
- ▲
the response property
became nullable for the statusresponse-property-became-nullable
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○