Notifications
Update event
Modify an existing notification event threshold. Update the limits for storage usage, file quantity, traffic, or request alerts.
put/storage/notifications/v1/event
Query parameters
client_idinteger
Client ID
Request body
Example request
{
"bytes": 500,
"count": 5,
"name": "reaching_used_space, reaching_files_quantity, reaching_used_traffic, reaching_used_requests"
}Response
A SuccessResponse is a response that shows that operations was completed successfully