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": "019bff0c-623b-70bb-b218-b1282b2ed0b2",
"name": "Haven Romaguera",
"id_token": "Bs5CvlvNinsRPGaP0UJZ",
"created_at": "2026-01-27T10:42:40.000000Z",
"updated_at": "2026-01-27T10:42:40.000000Z"
}
}See the documentation for more information.
Show child attributes
Was this page helpful?
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": "019bff0c-623b-70bb-b218-b1282b2ed0b2",
"name": "Haven Romaguera",
"id_token": "Bs5CvlvNinsRPGaP0UJZ",
"created_at": "2026-01-27T10:42:40.000000Z",
"updated_at": "2026-01-27T10:42:40.000000Z"
}
}