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": "019c336e-20d7-7309-a158-668524af97df",
"name": "Haven Romaguera",
"id_token": "Bs5CvlvNinsRPGaP0UJZ",
"created_at": "2026-02-06T14:49:41.000000Z",
"updated_at": "2026-02-06T14:49:41.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": "019c336e-20d7-7309-a158-668524af97df",
"name": "Haven Romaguera",
"id_token": "Bs5CvlvNinsRPGaP0UJZ",
"created_at": "2026-02-06T14:49:41.000000Z",
"updated_at": "2026-02-06T14:49:41.000000Z"
}
}