Update Server Configuration
PATCH
/server/{serverId}
Updates an existing server's configuration including name, connection details, folder assignment, or other settings.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
TypeHTTP (bearer)
Parameters
Path Parameters
serverId*
The unique identifier of the server to update
Typestring
RequiredRequest Body
application/json
JSON
{
"name": "string",
"folderId": 0,
"icon": "string",
"protocol": "string",
"ip": "string",
"port": 0,
"position": 0,
"identities": [
0
],
"config": {
"keyboardLayout": "string"
},
"monitoringEnabled": true
}
Responses
Server successfully updated
application/json
JSON
{
}