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: module_testing/query-test.swagger.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@
16
16
"paths": {
17
17
"/QueryTestResURI" : {
18
18
"get": {
19
-
"description": "This resource describes a test resource with a optional query parameter.\n",
19
+
"description": "This resource describes a test resource with a optional query parameter. using the query-value set the value of the query-value property in the resource",
20
20
"parameters": [
21
21
{"$ref": "#/parameters/interface"},
22
22
{
@@ -55,7 +55,7 @@
55
55
}
56
56
},
57
57
"post": {
58
-
"description": "Sets the desired value.\nIf a unit is included and the server does not support the unit indicated the request will fail.\nIf the units are omitted value is taken to be in C.\n",
58
+
"description": "Sets the desired value.\nIf a query-value is included and the server does not support the query-value indicated the request will fail.\nIf the query-value are omitted the value is taken to be 'C'.\n",
59
59
"parameters": [
60
60
{"$ref": "#/parameters/interface"},
61
61
{
@@ -67,6 +67,14 @@
67
67
{
68
68
"value": 18.0
69
69
}
70
+
},
71
+
{
72
+
"in": "query",
73
+
"description": "query-value, only using A, B and C",
0 commit comments