curl --request PUT \
--url https://app.plugchoice.com/api/v3/chargers/{charger} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>"
}
'{
"uuid": "<string>",
"id": 123,
"identity": "<string>",
"reference": "<string>",
"connection_status": "<string>",
"status": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"licenses": {
"smart": true,
"pro": true
},
"permissions": {
"basic": true,
"sensitive": true,
"full": true
}
}curl --request PUT \
--url https://app.plugchoice.com/api/v3/chargers/{charger} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"reference": "<string>"
}
'{
"uuid": "<string>",
"id": 123,
"identity": "<string>",
"reference": "<string>",
"connection_status": "<string>",
"status": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"licenses": {
"smart": true,
"pro": true
},
"permissions": {
"basic": true,
"sensitive": true,
"full": true
}
}null to clear.