The Create webhook API request body documentation does not include the title property, even though the Apify API supports it.
Example
The following request works correctly:
POST /v2/webhooks
{
"eventTypes": ["ACTOR.RUN.SUCCEEDED"],
"requestUrl": "https://example.com/webhook-handler",
"title": "Actor run succeeded webhook",
....
}
But title is not listed in the docs.
It is probably also missing in other wehbook related endpoints.