Update an integration
PUT/api/meshobjects/meshintegrations/:uuid
Update an existing integration.
You can update the integration display name, configuration, and runner association. The integration type cannot be changed after creation.
For sensitive fields (appPrivateKey, personalAccessToken), you can either:
- Provide a new value in the 'plaintext' property to update the secret
- Provide the 'hash' property from a previous GET response to keep the existing value unchanged
Users can only update integrations that belong to their workspace unless they have admin permissions.
Authentication: This endpoint supports API Key authentication.
Request
Responses
- 200
200