Oore CI
ReferenceAPIOperationsIntegrations

Generate or rotate a repository-scoped GitLab webhook token

Generate or rotate a repository-scoped GitLab webhook token

Operation IDrotate_gitlab_repository_webhook_secret
POST
/v1/integration-repositories/{id}/gitlab-webhook-secret

Authorization

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"}