---
title: "Update an authorisation control"
method: PUT
path: "/cards/{cardId}/auth-controls/{authControlId}"
tags: ["Merchant controls"]
---

# Update an authorisation control

`PUT /cards/{cardId}/auth-controls/{authControlId}`

Updates the details of a given authorisation control.

## Path parameters

- `cardId` string, uuid, required — The ID of the card to work with.
- `authControlId` string, uuid, required

## Query parameters

- `accountId` string, required — The ID of the account to work with.
- `personId` string, uuid — The ID of the person to work with.

## Request body

- object
  - `name` string — The name of the authorisation control.
  - `active` boolean — If the auth control is active. Default is true.
  - `startTime` string, date-time — Date and time when the control goes into effect, in UTC.
  - `endTime` string, date-time — Date and time when the control ends, in UTC.
  - `merchantScope` object
    - `mcc` string — Merchant Category Code
    - `mid` string — Merchant identifier (MID). Identifies a specific merchant.
    - `mccGroup` string — Predefined group of merchant category codes.

## Response `200`

OK

- object
  - `name` string, required — The name of the authorisation control.
  - `id` string, uuid — Unique identifier of the resource. If an id is not provided one will be generated.
  - `active` boolean — If the auth control is active. Default is true.
  - `startTime` string, date-time — Date and time when the control goes into effect, in UTC.
  - `endTime` string, date-time — Date and time when the control ends, in UTC.
  - `merchantScope` object
    - `mcc` string — Merchant Category Code
    - `mid` string — Merchant identifier (MID). Identifies a specific merchant.
    - `mccGroup` string — Predefined group of merchant category codes.

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/revisions/a162c72b8bf6/schema)
