Skip to content

Commit 92aea07

Browse files
authored
RS: Fix create DB REST API path for proxy policy example
1 parent c4acb03 commit 92aea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/operate/rs/databases/configure/proxy-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can change a database's proxy policy when you [create]({{<relref "/operate/r
6363
You can specify a proxy policy when you [create a database]({{<relref "/operate/rs/references/rest-api/requests/bdbs#post-bdbs-v1">}}) using the REST API:
6464

6565
```sh
66-
POST /v1/bdbs/<database-id>
66+
POST /v1/bdbs
6767
{
6868
"proxy_policy": "single | all-master-shards | all-nodes",
6969
// Other database configuration parameters

0 commit comments

Comments
 (0)