v1

latestOpenAPI 3.0.12026-07-26181265484.9 KB
Actors

Update Machine Group

Updates the details of a machine group associated with a specific actor, identified by ActorID.

put/v1/actor/{ActorID}/machineGroups

Path parameters

ActorIDinteger required

The unique identifier of the actor for whom the machine group is being updated.

Request body

MachineGroupIdinteger nullable

The unique identifier of the machine group. This is typically provided when updating an existing machine group.

MachineGroupNamestring nullable

The name of the machine group.

MachineGroupCodeinteger nullable

A code assigned to the machine group for identification or categorization.

{"stackTrail":"components:schemas:ActiveInactiveEnum","oasType":"schema","type":"unknown","extensionFields":{"x-enumDescriptions":{"1":"Active","2":"Inactive"}}}
{"stackTrail":"components:schemas:LanguageIdEnum","oasType":"schema","type":"unknown","extensionFields":{"x-enumDescriptions":{"2":"Turkish","4":"Hebrew","7":"English","8":"French","9":"Romanian","10":"Swedish","11":"Norwegian","12":"Russian","13":"Iceland","14":"Portuguese","15":"Spanish","16":"Italian","17":"Danish","18":"Polish","21":"Dutch","22":"Chinese","23":"Hungarian","27":"Thai","28":"German","29":"Japanese","30":"Greek","31":"English UK","34":"Latvian","41":"Slovenian","42":"Estonian","51":"Vietnamese","52":"Czech","54":"Finnish","62":"Arabic","64":"Lithuanian","81":"Bulgarian"}}}

Response

The machine group was updated successfully.

MachineGroupIdinteger nullable

The unique identifier of the machine group.

ActorIdinteger nullable

The unique identifier of the actor associated with this machine group.

MachineGroupNamestring nullable

The name of the machine group.

MachineGroupCodeinteger nullable

A code assigned to the machine group for identification or categorization.

MachineGroupStatusinteger

The status identifier of the machine group, indicating its current state.

CreatedByinteger nullable

The unique identifier of the user who created this machine group.

CreatedOnstring date-time nullable

The date and time when the machine group was created.

UpdatedOnstring date-time nullable

The date and time when the machine group was last updated.

UpdatedByinteger nullable

The unique identifier of the user who last updated this machine group.