cURL
curl --request PUT \ --url https://controller.platform.simplecloud.app/v0/server-groups/properties \ --header 'Content-Type: application/json' \ --header 'X-Network-ID: <x-network-id>' \ --header 'X-Network-Secret: <x-network-secret>' \ --data '{}'
{ "message": "Properties updated successfully", "properties": {} }
Replace entire properties object for a server group
Network ID
Network Secret
Server Group ID
Properties to set
The body is of type object.
object
OK
Response for updating properties
"Properties updated successfully"
Show child attributes
Was this page helpful?