Update Store

PUT /stores/{externalStoreID}

Update a specific store using externalStoreID.

Path parameters

Body Required

Responses

PUT /stores/{externalStoreID}
curl \
 -X PUT https://api.maddenanalytics.com/v2/api/stores/{externalStoreID} \
 -d '{"name":"string"}'
Request examples
{
  "name": "string"
}
Response examples (200)
{
  "error": "Error Type (if any)",
  "message": "Message describing the error",
  "statusCode": 400
}
Response examples (default)
{
  "error": "Error Type (if any)",
  "message": "Message describing the error",
  "statusCode": 400
}