put https://www.keycafe.com/v0/box/
Edit a SmartBox with a PUT request to the endpoint with the SmartBox ID.
The post body should contain the data to be updated as a JSON object:
{
"name": "Corner Cafe SmartBox"
}
Edit a SmartBox with a PUT request to the endpoint with the SmartBox ID.
The post body should contain the data to be updated as a JSON object:
{
"name": "Corner Cafe SmartBox"
}
Try It!
to start a request and see the response here!