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"
27
27
}
28
28
```
29
29
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:
31
31
32
32
- ` name ` : The database name. A unique name per subscription that can contain only alphanumeric characters and hyphens
33
33
@@ -65,7 +65,7 @@ POST "https://[host]/v1/subscriptions/{subscriptionId}/databases"
65
65
}
66
66
```
67
67
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:
69
69
70
70
- ` name ` : The database name. A unique name per subscription that can contain only alphanumeric characters and hyphens
71
71
- ` datasetSizeInGb ` : Maximum dataset size in GB
You can’t perform that action at this time.
0 commit comments