Skip to main content
PUT
/
api
/
v3
/
sites
/
{site_uuid}
/
cards
/
{card_id}
Update card
curl --request PUT \
  --url https://app.plugchoice.com/api/v3/sites/{site_uuid}/cards/{card_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "b",
  "id_token": "ngzmiyvdljnikhwa"
}
'
{
  "data": {
    "id": "019ba578-24c6-73b3-b376-fdd6c302c33c",
    "name": "Haven Romaguera",
    "id_token": "Bs5CvlvNinsRPGaP0UJZ",
    "created_at": "2026-01-10T01:14:33.000000Z",
    "updated_at": "2026-01-10T01:14:33.000000Z"
  }
}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

site_uuid
string
required
card_id
string
required

The ID of the card.

Body

application/json
name
string
required

Must not be greater than 255 characters.

Example:

"b"

id_token
string
required

Must not be greater than 20 characters.

Example:

"ngzmiyvdljnikhwa"

Response

200 - application/json
data
object