Post /policy/role/{id}
Description
Updates an role record.
Request Parameter
Id, the role record id.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Sample Request
Request URL |
POST https://10.106.94.152:8443/api/v2/policy/role/3 |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
{ "dbid": 0, "rank": 0, "version": 0, "lastModifiedBy": "string", "lastModifiedDate": "2024-03-12T21:28:49.512Z", "name": "string", "groups": [ { "dbid": 0, "parent": "string", "value": 0 } ], "note": "string", "guid": 0, "globalModifiedDate": "2024-03-12T21:28:49.512Z", "auditObj": { "auditDBID": 0, "liveDBID": 0, "liveObj": { "auditObj": "string", "yamsEventTag": "string" }, "user": "string", "action": "string", "timestamp": "2024-03-12T21:28:49.512Z", "auditObj": "string", "yamsEventTag": "string" }, "yamsEventTag": "string", "auditObjectName": "string", "auditObjectType": { "auditTableName": "string", "mysqlTableName": "string", "idnameQuery": "string" } } |
Sample Response
{
"status": "string",
"errorMessage": "string"
}