You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/appconfiguration/data-plane/Microsoft.AppConfiguration/preview/2022-11-01-preview/appconfiguration.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@
180
180
{
181
181
"name": "snapshot",
182
182
"in": "query",
183
-
"description": "A filter used get key-values for a snapshot. Not valid when used with 'key' and 'label' filters.",
183
+
"description": "A filter used get key-values for a snapshot. The value should be the name of the snapshot. Not valid when used with 'key' and 'label' filters.",
184
184
"type": "string"
185
185
}
186
186
],
@@ -926,7 +926,7 @@
926
926
{
927
927
"name": "name",
928
928
"in": "path",
929
-
"description": "The name of the key-value snapshot to delete.",
929
+
"description": "The name of the key-value snapshot to update.",
0 commit comments