PUT
/v2/api/{externalStoreID}
curl \
--request PUT 'https://api.maddenanalytics.com/v2/api/{externalStoreID}' \
--header "Content-Type: application/json" \
--data '{"externalStoreId":"string","name":"string","trafficCounterID":"string"}'
Request examples
{
"externalStoreId": "string",
"name": "string",
"trafficCounterID": "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
}