v1
latestOpenAPI 3.0.02026-08-04265791.1 MBStores
Partial Update
Update a subset of properties of a store
patch/public/api/stores/{id}
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"tags": [
"ICE ICE BABY"
]
}Response
OK
Example response
{
"store_id": "5b2122014ebf5300360acae1",
"title": "ice-cream-store",
"address": "Statue of Liberty, New York, USA",
"tags": [
"ICE ICE BABY"
],
"client_id": "007",
"store_type_name": "ice-cream",
"latitude": 40.6895453,
"longitude": -74.0449292,
"contact_email": "support@store.com",
"contact_phone": "1800-007-007",
"contact_name": "james",
"notification_emails": [
"james@store.com",
"jane@store.com"
],
"country": "United States",
"timezone": "America/New_York",
"created_date": "2018-05-23T04:51:40.862Z",
"updated_date": "2018-07-20T09:51:40.862Z"
}