PUT api/admin/role/{roleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| roleId | integer |
Required |
Body Parameters
Dictionary of string [key] and Object [value]Request Formats
application/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}
Response Information
Response Formats
application/json
Sample:
{}
Example Code in C#
No Sample code available.