- 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 )
- Open Powershel and navigate to the directory with scripts ( ideastatica-public\src\api-sdks )
- 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"