Skip to content

Missing title property in "Create webhook" request body #2035

@jakcinmarina

Description

@jakcinmarina

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions