Updates webhook of the provided project
PUT
https://app-dev.jollor.com/api/public/v1/projects/{project_id}/webhook
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://app-dev.jollor.com/api/public/v1/projects//webhook' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"callback_url": "https://eyed-picks-sherman-cabinet.trycloudflare.com/WeatherForecast"
}'
Response Response Example
{
"callback_url": "http://host.docker.internal:3658/m1/412789-0-default/webhook/success",
"verify_token": "123456789",
"status": "active",
"subscriptions": {
"post_received": true
},
"_links": {
"self": {
"href": "/public/v1/projects/612cc9931d1652451ef2e6d0/webhook"
}
}
}
Request
Path Params
project_id
string
required
Header Params
Content-Type
string
required
Example:
application/json
Accept
string
required
Example:
application/json
Body Params application/json
Responses
Modified at 2023-12-05 06:59:19