cURL
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" } }
See the documentation for more information.
The ID of the card.
Must not be greater than 255 characters.
"b"
Must not be greater than 20 characters.
"ngzmiyvdljnikhwa"
Show child attributes
Was this page helpful?