---
title: "Update Machine Group"
method: PUT
path: "/v1/actor/{ActorID}/machineGroups"
tags: ["Actors"]
---

# Update Machine Group

`PUT /v1/actor/{ActorID}/machineGroups`

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

## Path parameters

- `ActorID` integer, required

## Request body

- MachineGroupRequestDTO — Represents the data required to create or update a machine group associated with an actor.
  - `MachineGroupId` integer, nullable — The unique identifier of the machine group. This is typically provided when updating an existing machine group.
  - `MachineGroupName` string, nullable — The name of the machine group.
  - `MachineGroupCode` integer, nullable — A code assigned to the machine group for identification or categorization.
  - `MachineGroupStatus` unknown
  - `LanguageId` unknown

## Response `200`

The machine group was updated successfully.

- MachineGroupResponseDTO — Represents the details of a machine group associated with an actor, including identification, status, and audit information.
  - `MachineGroupId` integer, nullable — The unique identifier of the machine group.
  - `ActorId` integer, nullable — The unique identifier of the actor associated with this machine group.
  - `MachineGroupName` string, nullable — The name of the machine group.
  - `MachineGroupCode` integer, nullable — A code assigned to the machine group for identification or categorization.
  - `MachineGroupStatus` integer — The status identifier of the machine group, indicating its current state.
  - `CreatedBy` integer, nullable — The unique identifier of the user who created this machine group.
  - `CreatedOn` string, date-time, nullable — The date and time when the machine group was created.
  - `UpdatedOn` string, date-time, nullable — The date and time when the machine group was last updated.
  - `UpdatedBy` integer, nullable — The unique identifier of the user who last updated this machine group.

---

[API](https://skmtc.net/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.net/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nayax/nayax-cortina-api/versions/421f6f83c257/schema)
