---
title: "Update card"
method: PATCH
path: "/cards/{id}"
tags: ["Cards"]
deprecated: true
---

# Update card

`PATCH /cards/{id}`

> **Deprecated.**

## Path parameters

- `id` integer, required

## Request body

- object
  - `card` object, required
    - `two_factor_pin` string, nullable — Pin code used as two factor authentication for the Card.
    - `send_two_factor_pin_notification` boolean — Whether to send a notification to the user when the two factor pin is set/changed.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
