Skip to content

Update a server

PATCH
/config/servers/{id}

Authorizations

X-Management-Key

The JACK_MANAGEMENT_KEY the management listener was started with.

Type
API Key (header: X-Management-Key)

Parameters

Path Parameters

id*
Type
string
Required
Min Length
1

Request Body

application/json
JSON
{
  
"name": "string",
  
"url": "string",
  
"apiKey": "string",
  
"headers": {
  
  
"additionalProperties": "string"
  
},
  
"type": "string",
  
"source": true,
  
"destination": true,
  
"autoregister": {
  
  
"enable": true,
  
  
"priority": 0
  
}
}

Responses

Success

application/json

Samples

Powered by VitePress OpenAPI

Released under the GPL-3.0 License.