Post Merge
Request
POST <REST API URL>/roles/merge?key=string&name=string&description=string
Parameter | Description |
---|---|
key | Query parameter of type string. |
name | Query parameter of type string. |
description | Query parameter of type string. |
Request Body
[role, ...]
Response
Response body
role
{
"id": string,
"aliasIds": [string, ...],
"aliases": [alias, ...],
"url": string,
"key": string,
"name": string,
"description": string,
"teamRole": boolean,
"permissions": [permission, ...]
}
Last modified: 6 April 2017