gitpod.v1.RunnerConfigurationService
UpdateSCMIntegration
Updates an existing SCM integration.
Use this method to:
- Modify integration settings
- Update credentials
- Change configuration
Examples
-
Update integration:
Updates OAuth credentials.
id: "d2c94c27-3b76-4a42-b88c-95a85e392c68" oauthClientId: "new_client_id" oauthPlaintextClientSecret: "new_client_secret"
post/gitpod.v1.RunnerConfigurationService/UpdateSCMIntegration
Request body
Response
Success
GitpodV1UpdateSCMIntegrationResponse required