This adds a category to 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 parent ID for the category. Use 0 if it is a parent itself.
The name of the category.
The channel group ID for restriction control. Accepts 0 if none.
The image URL or file path to the image stored on Equotix One. Leave empty if none.
{
"domain": "string",
"api_key": "string",
"auth_timestamp": 0,
"auth_signature": "string",
"parent_id": 0,
"name": "string",
"channel_group_id": 0,
"image": "string"
}
Responses
application/json Returns only if there is an error.
Returns only if there is no error.
The newly added category ID.
{
"error": [
"string"
],
"success": true,
"category_id": 0
}
Modified at 2024-10-20 05:12:23