Updates subset of properties for a supervisor role.

patch

/learn.rest/v1/learnCenters/{learnCenterId}/supervisorRoles/{supervisorRoleId}

Request

Supported Media Types
Path Parameters
Body ()
Supervisor role object that needs to be created.
Root Schema : SupervisorRoleRequest
Type: object
Object comprising parameters to be passed to create a new supervisor role.
Show Source
Nested Schema : permissions
Type: array
The permissions applicable to the supervisor role you create.
Show Source
Example:
[
    "receiveComSystemMessages",
    "attachFilesToMessages"
]
Nested Schema : items
Type: object
Show Source
Security
Back to Top

Response

Supported Media Types

200 Response

Resource updated.

400 Response

Request has incorrect syntax or does not contain a field that is required.

401 Response

Authentication refused for provided credentials or the token is invalid.
Headers

404 Response

Resource not found.

422 Response

Request may contain validation errors.

500 Response

Internal server error.
Back to Top