Skip to content

Commit 8a368ca

Browse files
cmilesbdwdougherty
andauthored
Apply suggestions from code review
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent 1866a88 commit 8a368ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/operate/rc/api/examples/create-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)