Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tyk-docs/assets/others/dashboard-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ info:
name: Mozilla Public License Version 2.0
url: https://github.com/TykTechnologies/tyk/blob/master/LICENSE.md
title: Tyk Dashboard API
version: 5.10.0
version: 5.10.1
servers:
- url: https://{tenant}
variables:
Expand Down
6 changes: 4 additions & 2 deletions tyk-docs/content/shared/dashboard-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ When using external TIB, this is the URL where it's reachable
ENV: <b>TYK_DB_TIB_HOST_CONNECTIONSTRING</b><br />
Type: `string`<br />

The URL to the host. It must be in the form: http://domain:port.
The URL to the host. It must be in the form: `http://domain:port`.
Set this value only if you need to use external Tyk Identity Broker

### identity_broker.host.secret
Expand Down Expand Up @@ -1405,5 +1405,7 @@ Enable or disable sending telemetry data such as analytics, API configurations,
ENV: <b>TYK_DB_ESCAPEDOTSINOASPATHS</b><br />
Type: `bool`<br />

When enabled, dots in OAS field names will be escaped to \\u002e for DocumentDB compatibility
When enabled, dots in OAS field names will be escaped (to \\u002e ) and unescaped when required for compatibility with specific databases.

Defaults to `false`.

Loading