Skip to main content
  1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. UpdateCustomVCSIntegrationRequest

UpdateCustomVCSIntegrationRequest

    Request to update an existing custom VCS integration. All fields are optional; only provided fields are updated. Use regenerateWebhookSecret to rotate the webhook HMAC secret.

    Properties

    • name string optional
      Updated human-readable name for the integration
    • baseUrl string optional
      Updated URL prefix for repositories covered by this integration
    • environment string optional
      Updated ESC environment reference in ‘project/envName’ format
    • regenerateWebhookSecret boolean optional
      When true, generates a new webhook HMAC secret and invalidates the previous one. The new secret is returned in the response.