Update Store

PUT /v1/{externalStoreID}

Update a specific store using externalStoreID.

Path parameters

Body Required

Responses

PUT /v1/{externalStoreID}
curl \
 -X PUT https://ma-api.maddenanalytics.com/v1/{externalStoreID} \
 -H "Authorization: $API_KEY" \
 -d '{"name":"string"}'
Request example
{
  "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
}