diff --git a/docs/docs.json b/docs/docs.json index f16b0a95..471979f4 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -927,7 +927,8 @@ }, "api": { "playground": { - "display": "simple" + "display": "interactive", + "proxy": false } }, "appearance": { diff --git a/docs/openapi.json b/docs/openapi.json index 3e1353bd..abaa7d90 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -16,8 +16,22 @@ }, "servers": [ { - "url": "/", - "description": "This is the base path for all endpoints, relative to the domain where the API is being hosted." + "url": "{protocol}://{ApiServer}/", + "description": "URL structure for BloodHound deployments", + "variables": { + "ApiServer": { + "description": "This is just a default value. Replace it with your BloodHound server.", + "default": "tenant.bloodhoundenterprise.io" + }, + "protocol": { + "description": "The protocol used to access the BloodHound API.", + "default": "https", + "enum": [ + "https", + "http" + ] + } + } } ], "security": [