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.
Request Body
{"servers"=>[{"address"=>"prizmdoc-server-1", "port"=>18682}, {"address"=>"prizmdoc-server-2", "port"=>18682}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |