Webhooks
Create a Webhook
Create a Webhook in a provided Project
post/projects/{project_id}/webhooks
Path parameters
project_idinteger required
The project identifier
Request body
Example request
{
"description": "Webhook description"
}Response
Return the created Webhook
Example response
{
"description": "Webhook description"
}