ReferenceAPIOperationsIntegrations
Generate or rotate a repository-scoped GitLab webhook token
Generate or rotate a repository-scoped GitLab webhook token
Operation ID
rotate_gitlab_repository_webhook_secretAuthorization
bearer_auth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Integration repository ID
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/v1/integration-repositories/string/gitlab-webhook-secret"{ "repository_id": "string", "rotated_at": 0, "webhook_secret": "string"}