Review a Connection Definition

Review and update the connection definitions that are automatically populated by the VS Code extension, while generating an adapter definition document from a Postman collection (or an OpenAPI document).

To update an existing connection definition, open the adapter definition document in the VS Code editor.

  1. In VS Code, click Explorer Explorer icon on the sidebar.
    The directory structure of your workspace folder is displayed.
  2. Within the definitions directory listing, click the adapter definition document that you want to work on.
    The document is displayed in the VS Code editor.
  3. Expand the connection section.
  4. Review the specifications for the existing connection definitions, and update them if needed. To understand the properties, see Connection Properties and Sample Code and Understand Security Policies in Connection Definitions.
  5. Press Ctrl+S to save the document.