---
title: "Update Card"
method: PATCH
path: "/cards/{cardId}"
tags: ["Cards"]
---

# Update Card

`PATCH /cards/{cardId}`

Can be used to update card properties

## Path parameters

- `cardId` string, uuid, required

## Request body

- object
  - `label` string — Available only for virtual cards with a `cardConfig` containing `VIRTUAL` or `TRAVEL`. The maximum length is 40 characters.
  - `purpose` string — Available only for virtual cards with type `SINGLE-USE`. The maximum length is 40 characters.

## Response `204`

Ok

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

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