rbac_roles_partial_update
PATCH/rbac/roles/:uuid/
Role viewset
Request
Path Parameters
uuid uuidrequired
A UUID string identifying this Role.
- application/json
Body
name string
Possible values: non-empty
and <= 150 characters
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
pk uuidrequired
name stringrequired
Possible values: <= 150 characters
{
"pk": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...