Path parameters
-
External Store ID
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
}