Move SLM Services to a Different Parent
put
/api/SLM/Services/updateMove
Moves the specified SLM Services to a different parent.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
id: string
The list of IDs.Example:
id-ab08c765-7b93-4a34-aa36-821652e2cd6a
-
ParentServiceID: string
The new parent's service ID.Example:
ba6b79e2-1778-4626-bc9d-369e0f1d7237
-
ServiceName: string
The name of the service being moved, obtained automatically and used for validation.
-
SLMType: string
The list of SLM types.Example:
Filter
Response
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : SuccessfulUpdateOperation
Type:
object
The response body for a successful update operation.
Show Source
-
message: string
The response message.Example:
Updated record
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
true
Default Response
Failed operation
Root Schema : schema
Type:
Show Source
object
-
errors: array
errors
The list of errors reported. Validation errors will be keyed by record field.
-
message: string
The response message.Example:
Exception thrown
-
success: boolean
Whether the operation was a success (true) or a failure (false).Example:
false
Nested Schema : errors
Type:
array
The list of errors reported. Validation errors will be keyed by record field.
Show Source
-
Array of:
object items
An error.
Nested Schema : items
Type:
object
An error.