Page Contents
Home > @loopback/rest > ApiExplorerOptions
ApiExplorerOptions interface
Signature:
export interface ApiExplorerOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [disabled?](/doc/en/lb4/apidocs.rest.apiexploreroptions.disabled.html) | true | _(Optional)_ Set this flag to disable the built-in redirect to externally hosted API Explorer UI. | |
| [httpUrl?](/doc/en/lb4/apidocs.rest.apiexploreroptions.httpurl.html) | string | _(Optional)_ URL for the API explorer served over `http` protocol to deal with mixed content security imposed by browsers as the spec is exposed over `http` by default. See https://github.com/loopbackio/loopback-next/issues/1603 | |
| [url?](/doc/en/lb4/apidocs.rest.apiexploreroptions.url.html) | string | _(Optional)_ URL for the hosted API explorer UI default to https://loopback.io/api-explorer |