Skip to content

Commit

Permalink
Fix incorrect paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Kühlmann Salazar committed Jan 6, 2023
1 parent 1960b79 commit a699210
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@
"readOnly": true,
"type": "array",
"items": {
"$ref": "../../preview/2021-11-15-preview/cosmos-db.json#/definitions/GremlinDatabaseRestoreResource"
"$ref": "../../stable/2021-11-15/cosmos-db.json#/definitions/GremlinDatabaseRestoreResource"
},
"description": "List of restorable Gremlin resources, including the gremlin database and graph names.",
"x-ms-identifiers": [
Expand Down Expand Up @@ -1751,7 +1751,7 @@
"readOnly": true,
"type": "array",
"items": {
"$ref": "../../preview/2021-11-15-preview/cosmos-db.json#/definitions/TableName"
"$ref": "../../stable/2021-11-15/cosmos-db.json#/definitions/TableName"
},
"description": "List of restorable table names."
}
Expand Down

0 comments on commit a699210

Please sign in to comment.