Update the home site for a list of operators
x-ms-visibility: "important"
Updates the home site for the specified list of operators
application/json
Request Body required
List of operator IDs and the new HomeSiteId.
- If a value is provided for HomeSiteId, the home site of the specified operators will be updated.
- If HomeSiteId is null, the current home site association will be removed, leaving the operators without a home site.
operatorIds string[]
homeSiteId int64 nullable
Responses
- 200
- 400
- 401
- 500
List of successfully updated operator IDs.
application/json
Schema
Example (from schema)
Schema
operatorIds string[]
{
"operatorIds": [
"string"
]
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorized
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...