Skip to content

Commit

Permalink
Merge pull request #208 from Eastern-Research-Group/bugfix/openapi-ex…
Browse files Browse the repository at this point in the history
…ample

Fixed an incorrect example in api-public.json
  • Loading branch information
cschwinderg authored Jan 13, 2025
2 parents a4b6ae9 + 20fbd04 commit d4838f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/app/content/swagger/api-public.json
Original file line number Diff line number Diff line change
Expand Up @@ -4471,7 +4471,7 @@
"documentQueryParam": {
"name": "documentQuery",
"in": "query",
"example": ["Tuscumbia River Canal"],
"example": "Tuscumbia River Canal",
"schema": {
"type": "string"
}
Expand Down

0 comments on commit d4838f9

Please sign in to comment.