Skip to main content
PATCH
/
v0
/
servers
/
properties
Merge server properties
curl --request PATCH \
  --url https://controller.platform.simplecloud.app/v0/servers/properties \
  --header 'Content-Type: application/json' \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>' \
  --data '{}'
{
  "message": "Properties patched successfully",
  "properties": {}
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Query Parameters

server_id
string
required

Server ID

Body

application/json

Properties to merge

The body is of type object.

Response

OK

Response for patching properties

message
string
Example:

"Properties patched successfully"

properties
object