Skip to content

Commit cd61e3b

Browse files
authored
Update restore-in-account-continuous-backup-resource-model.md
1 parent acc62d3 commit cd61e3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/restore-in-account-continuous-backup-resource-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `RestoreParameters` resource contains the restore operation details incl
3030

3131
The following JSON is a sample database account resource with continuous backup enabled:
3232

33-
```
33+
```json
3434
{
3535
    "properties": {
3636
        "resource": {
@@ -46,7 +46,7 @@ The following JSON is a sample database account resource with continuous backup
4646

4747
The following JSON is a sample MongoDB collection restore request in a subscription with an ID of `00000000-0000-0000-0000-000000000000`, an account with an instance ID of `abcd1234-d1c0-4645-a699-abcd1234`, a collection named `legacy-records-coll`, and the timestamp `2023-01-01T00:00:00Z`.
4848

49-
```
49+
```json
5050
{
5151
    "properties": {
5252
        "resource": {

0 commit comments

Comments
 (0)