Clone the role
POST/v1/roles/:uid/clone
Clone the role
Request
Path Parameters
uid stringrequired
- application/json
Body
metadata
Role clone metadata
namestring
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...