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