Skip to main content

Update a Server's storage space statistics

PATCH/v2/servers/{serverId}/storage-space-statistics/
API version
v2
Request method
PATCH
Operation ID
storagespace-update-server-statistics

Request

  • serverIdstring
    required

    ID of the Server to update the storage space statistics for.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-d '{"notificationThresholdInBytes":10000}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/servers/string/storage-space-statistics