---
title: "Update Card Groups"
method: PUT
path: "/v1/cards/{CardId}/cardGroups"
tags: ["Cards"]
---

# Update Card Groups

`PUT /v1/cards/{CardId}/cardGroups`

Updates the group details associated with a card, identified by the card's unique identifier.

## Path parameters

- `CardId` integer, required

## Request body

- CardGroup[]
  - `CardGroupEnabledBit` boolean, nullable — Indicates whether the card group is enabled.
  - `GroupName` string, nullable — The name of the card group.
  - `CardGroupId` integer, nullable — The unique identifier of the card group.
  - `GroupDailyLimit` integer, nullable — The daily limit for the card group.
  - `UpdatedBy` integer, nullable — The identifier of the user who last updated the group.
  - `LastUpdated` string, date-time, nullable — The date and time when the group was last updated.

## Response `200`

Card groups updated successfully.

- CardGroup[]
  - `CardGroupEnabledBit` boolean, nullable — Indicates whether the card group is enabled.
  - `GroupName` string, nullable — The name of the card group.
  - `CardGroupId` integer, nullable — The unique identifier of the card group.
  - `GroupDailyLimit` integer, nullable — The daily limit for the card group.
  - `UpdatedBy` integer, nullable — The identifier of the user who last updated the group.
  - `LastUpdated` string, date-time, nullable — The date and time when the group was last updated.

---

[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/revisions/421f6f83c257/schema)
