Repository / Webhooks
Header parameters
x-github-eventstringRequired
x-github-deliverystringRequired
x-hub-signature-256stringRequired
Responses
200
The webhook event has been processed successfully
No content
post
/sfp/api/repository/webhook200
The webhook event has been processed successfully
No content
Header parameters
x-vss-activityidstringRequired
Responses
200
The Azure DevOps webhook event has been processed (always returns 200)
No content
post
/sfp/api/repository/webhook/azuredevops200
The Azure DevOps webhook event has been processed (always returns 200)
No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
201
The webhook secret has been generated successfully
403
Forbidden - Requires role: owner
post
/sfp/api/repository/webhook/azuredevops/secretNo content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
repositoryIdentifierstringRequired
Responses
200
The webhook secret
No content
403
Forbidden - Requires role: owner
get
/sfp/api/repository/webhook/azuredevops/secret/{repositoryIdentifier}No content
Last updated