Store API endpoints
Update a brand
Use this endpoint to update an existing brand.
put/brands/{brand_id}
Path parameters
brand_idstring required
A unique brand ID string provided by vendor or restaurant
Headers
Authorizationstring required
User-Agentstring required
Request body
Example request
{
"name": "KFC"
}Response
Brand updated successfully
Example response
{
"id": "123004",
"name": "KFC",
"state": "MAPPED",
"created_at": "2020-06-22T15:01:32.895Z",
"updated_at": "2020-06-22T15:01:32.895Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.