Skip to content

Commit

Permalink
feat: add description for path params
Browse files Browse the repository at this point in the history
refs: #120
  • Loading branch information
t0xas committed Apr 23, 2024
1 parent fa0f748 commit 0ff8bc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{
"in": "path",
"name": "versions",
"description": "in: 0.2|1|3.1",
"description": "in: 0.2, 1, 3.1",
"required": true,
"type": "string"
},
Expand All @@ -31,7 +31,7 @@
{
"in": "path",
"name": "some_string",
"description": "in: first|second|last",
"description": "in: first, second, last",
"required": true,
"type": "string"
},
Expand Down

0 comments on commit 0ff8bc2

Please sign in to comment.