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

Add property to enable allow-try feature for routing api

parent 0d2a2cdd
No related branches found
No related tags found
1 merge request!204Add property to enable allow-try feature 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} allowAuthentication={"false"} />
<ApiSpec gitlabProjectId={"44"} path={"routing-api"} artifact={"routing-api.yaml"} version={"*"} includePrerelease={true} allowAuthentication={"false"} allowTry={true} />
......@@ -52,7 +52,7 @@ export default function ApiSpec(props) {
allow-spec-file-load="false"
allow-authentication={props.allowAuthentication || "true"}
info-description-headings-in-navbar="false"
allow-try="false"
allow-try={props.allowTry || "false"}
primary-color="#11171a"
allow-server-selection="false"
server-url=""
......
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