This edits a location in the Equotix One account.
Request
Body Params application/json
The domain you are assigned to authenticate your Equotix One account.
The email address assigned to the user account in your Equotix One.
The unix timestamp used to sign this API request.
The calculated signature for this API request.
The name of the location.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"location_id": 0,
"name": "string",
"stock_warning": 0,
"stock_danger": 0
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
{
"error": [
"string"
],
"success": true,
"location_id": 0
}
Modified at 2024-10-20 08:49:35