Skip to content

Commit

Permalink
Ref-RHINENG-9639 add default key under the parameter schema in OpenAP…
Browse files Browse the repository at this point in the history
…I spec
  • Loading branch information
r14chandra committed May 3, 2024
1 parent 757d0be commit 3177590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/http/v2/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"name": "sort_by",
"in": "query",
"required": false,
"default": "created_at:desc",
"schema": {
"type": "string",
"default": "created_at:desc",
"enum": [
"created_at",
"created_at:asc",
Expand Down

0 comments on commit 3177590

Please sign in to comment.