Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sambles committed Jul 31, 2023
1 parent 20cdfe2 commit 25e568d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions redoc/analysis_settings/redoc_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@
}
}
],
"x-tagGroups": [{
"name": "JSON Schema",
"tags": [
"landing_page_link",
"analysis_settings"
]
}],

"x-tagGroups": [
{
"name": "JSON Schema",
"tags": ["landing_page_link", "analysis_settings"]
}
],
"definitions": {
"AnalysisSettings": {}
}
Expand Down
2 changes: 1 addition & 1 deletion redoc/v1/redoc_update_spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"x-tagGroups": [
{
"name": "Access Control",
"tags": ["healthcheck, access_token, refresh_token"]
"tags": ["healthcheck", "access_token", "refresh_token"]

},
{
Expand Down

0 comments on commit 25e568d

Please sign in to comment.