Logo
Accusoft API Documentation

Update Servers

PUT {{prizmdoc_server_base_url}}/PCCIS/V1/Service/Properties/Servers

NOTE: The cluster management REST API is only available if 1) you are self-hosting PrizmDoc Server and 2) you have clustering enabled. If you are using PrizmDoc Cloud, or if you are self-hosting in single-server mode, the URLs discussed in this page will not be available.

https://help.accusoft.com/PrizmDoc/latest/HTML/cluster-management.html#put-pccisv1servicepropertiesservers

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'prizmdoc_server_base_url/PCCIS/V1/Service/Properties/Servers' -H 'Content-Type: application/json' -d '{"servers":[{"address":"prizmdoc-server-1","port":18682},{"address":"prizmdoc-server-2","port":18682}]}'

ENDPOINTS