File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/operate/rc/api/examples Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ POST "https://[host]/v1/fixed/subscriptions/{subscriptionId}/databases"
2727}
2828```
2929
30- This example JSON body contains only the most basic, required parameters in order to create a database:
30+ This example JSON body contains only the most basic, required parameters to create a database:
3131
3232- ` name ` : The database name. A unique name per subscription that can contain only alphanumeric characters and hyphens
3333
@@ -65,7 +65,7 @@ POST "https://[host]/v1/subscriptions/{subscriptionId}/databases"
6565}
6666```
6767
68- This example JSON body contains only the most basic, required parameters in order to create a database:
68+ This example JSON body contains only the most basic, required parameters to create a database:
6969
7070- ` name ` : The database name. A unique name per subscription that can contain only alphanumeric characters and hyphens
7171- ` datasetSizeInGb ` : Maximum dataset size in GB
You can’t perform that action at this time.
0 commit comments