Function availableConnectionInterfaceV2ControllergetAvailableConnectionInterfaceForAWorkspace

  • Get available connection interface for a workspace by its slug.

    Parameters

    • __namedParameters: {
          accountId?: string;
          environmentId?: string;
          slug: string;
          workspaceId: string;
      }
    • Optionalopts: RequestOpts

    Returns Promise<ConnectionInterfaceDetailsV2Response>