Skip to content
Snippets Groups Projects
Commit 496e3ab0 authored by Marco Holz's avatar Marco Holz
Browse files

Merge branch 'mr-rapidoc-disallow-authentication' into 'main'

Hide RapiDoc authentication section for Routing API

See merge request !178
parents e9c4d929 ca4062e2
No related branches found
No related tags found
1 merge request!178Hide RapiDoc authentication section for Routing API
......@@ -5,4 +5,4 @@ hide_table_of_contents: true
import ApiSpec from '@views/ApiSpec'
<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={true} />
<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={true} allowAuthentication={"false"} />
......@@ -50,6 +50,7 @@ export default function ApiSpec(props) {
show-header="false"
show-components="false"
allow-spec-file-load="false"
allow-authentication={props.allowAuthentication || "true"}
info-description-headings-in-navbar="false"
allow-try="false"
primary-color="#11171a"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment