Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set multiple webhooks on the same path #42

Merged
merged 1 commit into from
Aug 25, 2024

Commits on Aug 25, 2024

  1. Ability to set multiple webhooks on the same path

    If we define different webhooks with the same value on the "path" field,
    then these webhooks will be called in sequence when the server receives
    a request for the given path. The resulting "accept" responses will be
    ANDed and the patches will be concatenated. Notice that a given webhook
    will see the patches from the previous webhooks already applied to the
    object that it must inspect.
    jordipiqueselles committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    462df0f View commit details
    Browse the repository at this point in the history