Skip to content

Commit 565528a

Browse files
pquentingithub-actions[bot]
authored andcommitted
Update rest-api-spec
1 parent 1dd4972 commit 565528a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

output/schema/validation-errors.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,12 @@
119119
],
120120
"response": []
121121
},
122+
"snapshot.get": {
123+
"request": [
124+
"Request: missing json spec query parameter 'state'"
125+
],
126+
"response": []
127+
},
122128
"snapshot.repository_analyze": {
123129
"request": [
124130
"Request: query parameter 'register_operation_count' does not exist in the json spec"

specification/_json_spec/snapshot.get.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
"verbose": {
9292
"type": "boolean",
9393
"description": "Whether to show verbose snapshot info or only show the basic info found in the repository index blob"
94+
},
95+
"state": {
96+
"type": "list",
97+
"description": "Filter snapshots by a comma-separated list of states. Valid state values are 'SUCCESS', 'IN_PROGRESS', 'FAILED', 'PARTIAL', or 'INCOMPATIBLE'."
9498
}
9599
}
96100
}

0 commit comments

Comments
 (0)