-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds headers_template to webhooks and webhooks_collection (#239)
Adds the `headers_template` kwarg and is included in the payload on POST/PUT to the webhook endpoints. * The API for create webhook supports headersTemplate parameter. Related docs at https://docs.apify.com/api/v2#tag/WebhooksWebhook-collection/operation/webhooks_post * The API for update webhook supports headersTemplate parameter. Related docs at https://docs.apify.com/api/v2#tag/WebhooksWebhook-object/operation/webhook_put --------- Co-authored-by: Jake Robers <jacob.robers@podium.com> Co-authored-by: Vlada Dusek <v.dusek96@gmail.com>
- Loading branch information
1 parent
c11edb8
commit 6dbd781
Showing
3 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters