We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When requesting active triggers, the API doesn't return all the necessary fields for the triggers.
The Definition column is empty
The Definition field should be filled
For example, a response with a recurring trigger doesn't have the Definition field set, so it's unknown what the current cron configuration is.
Definition
{ "id": 2, "triggerType": "Recurring", "isActive": true, "deleted": false }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When requesting active triggers, the API doesn't return all the necessary fields for the triggers.
Steps to Reproduce
Actual Behavior
The Definition column is empty
Expected Behavior
The Definition field should be filled
Example
For example, a response with a recurring trigger doesn't have the
Definition
field set, so it's unknown what the current cron configuration is.The text was updated successfully, but these errors were encountered: