Table of Contents
  1. Download thi zip file which inclides the outpu from Devops pipeline ( CON OpenAPI clients.zip or RCS OpenAPI clients.zip ) to a temporary folder (e.g. c:\temp )
  2. Open Powershel and navigate to the directory with scripts ( ideastatica-public\src\api-sdks )
  3. Run
# Update Connection REST API Client
.\copy_con_client.ps1 -ZipFile "C:\temp\CON OpenAPI clients.zip"

# Update RCS REST API Client
.\copy_rcs_client.ps1 -ZipFile "C:\temp\RCS OpenAPI clients.zip"