This article is outdated. Please click here to see the newer version.
Advanced settings contain optional flags that are used to customized the generated code.
Element |
Description |
---|---|
Skip Authentication? | Indicates whether this Endpoint requires authentication. When set, the HTTP requests made to this endpoint do not contain any authentication information. |
Allow dynamic form fields? | Indicates whether there are any additional optional form fields that are not described here. This option can be used when the optional form fields are far too many to be described in UI. As a result, a dictionary of key value pairs is accepted for loading form fields. Note: This flag is not valid for Endpoints where the HTTP Method is GET. |
Allow dynamic query parameters? | Indicates whether there are any additional optional query parameters that are not described here. This option can be used when the optional query parameters are far too many to be described in UI. As a result, a dictionary of key value pairs is accepted for loading query parameters. |
Comments
0 comments
Please sign in to leave a comment.