Skip to main content
PUT
/
server
/
{serverId}
/
settings
Settings
curl --request PUT \
  --url https://servers.flashrdp.com/api/server/{serverId}/settings \
  --header 'Accept: <accept>' \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "bootType": "bios",
  "autoConfiguration": true
}
'
This response has no body data.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept
enum<string>
required
Available options:
application/json

Path Parameters

serverId
string
required

Body

application/json
bootType
enum<string>
Available options:
uefi,
bios
autoConfiguration
boolean

Response

Last modified on June 20, 2026