Update the operator
x-ms-visibility: "important"
Update operator information and permissions
Path Parameters
operatorId string required
application/json
Request Body required
Fields to update on the Operator. Only provided fields will be updated, unprovided fields will be ignored.
homeSiteId int64 nullable
permissions string[]
siteAccess int64[]
Responses
- 200
- 400
- 401
OperatorId of the successfully updated Operator.
application/json
Schema
Example (from schema)
Schema
operatorId string
{
"operatorId": "string"
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...