...
For passwords, it is important that the description in the associated "title" attribute contains the keyword "Password". This causes the corresponding input field in the UI to be rendered as a password field. When saving the configuration, the entire configuration or parts of it can be encrypted so that, for example, passwords are not stored in plain text. For more information, refer to the section Connections: Managing connections (Connect 20222024).
The following two JSON editors define the client and the server provided for the API, respectively.
...
Code Block | ||
---|---|---|
| ||
{ "$class": "Http.Server.HttpServer", "$params": { "handlers": [] } } |
In rare cases, the values for automatically generated query parameters should be accepted without being encoded for use in URIs. This behavior can be enforced by adding the following JSON to the service definition:
Code Block | ||
---|---|---|
| ||
"uriTemplateRenderOptions": "DoNotEncodeCatchAllQueryParameters" |