diff --git a/content/operate/rs/databases/configure/proxy-policy.md b/content/operate/rs/databases/configure/proxy-policy.md index 0f34942ff1..5bc4a4e1ac 100644 --- a/content/operate/rs/databases/configure/proxy-policy.md +++ b/content/operate/rs/databases/configure/proxy-policy.md @@ -70,11 +70,14 @@ POST /v1/bdbs } ``` -To change an existing database's proxy policy, you can use an [update database configuration]({{}}) REST API request: +To change the proxy policy of an existing database and endpoint, you can use an [update database configuration]({{}}) REST API request: ```sh PUT /v1/bdbs/ -{ "proxy_policy": "single | all-master-shards | all-nodes" } +{ + "proxy_policy": "single | all-master-shards | all-nodes", + "endpoint": +} ``` ### Command-line method