Skip to content

Commit

Permalink
add description for query parameters in openapi.json
Browse files Browse the repository at this point in the history
  • Loading branch information
philippepons committed Sep 24, 2024
1 parent b1755ed commit 441c058
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"name": "ref",
"in": "query",
"required": false,
"description": "NOT used with start and end",
"schema": {
"type": "string"
}
Expand All @@ -201,6 +202,7 @@
"name": "start",
"in": "query",
"required": false,
"description": "NOT used if a ref is specified, requires end as well",
"schema": {
"type": "string"
}
Expand All @@ -209,6 +211,7 @@
"name": "end",
"in": "query",
"required": false,
"description": "NOT used if a ref is specified, requires start as well",
"schema": {
"type": "string"
}
Expand Down

0 comments on commit 441c058

Please sign in to comment.