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

Add API docs for webhook_from_env #4462

Merged
merged 8 commits into from
Apr 21, 2020
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Next release

### Bug fixes and improvements

- docs: add API docs for `webhook_from_env` in event triggers

## `v1.2.0-beta.4`

### add query support in actions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,13 @@ Args syntax
- :ref:`QualifiedTable <QualifiedTable>`
- Object with table name and schema
* - webhook
- true
- false
- String
- Full url of webhook
- Full url of webhook (*)
* - webhook_from_env
- false
- String
- Environment variable name of webhook (must exist at boot time) (*)
* - insert
- false
- OperationSpec_
Expand All @@ -106,6 +110,8 @@ Args syntax
- Boolean
- If set to true, the event trigger is replaced with the new definition

(*) Either ``webhook`` or ``webhook_from_env`` are required.

.. _delete_event_trigger:

delete_event_trigger
Expand Down