Setting empty conditions list in sentry_alert_issue #365
Closed
outdoortejan
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @ocdrums3, I am aware the documentation is not clear. The correct value should be an empty JSON array. e.g. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is the proper way to specify an empty list of
conditions
in thesentry_issue_alert
resource? I'm actually trying to apply my config of an alert that already exists in the UI. I've tried every combination I can think of but the apply always either fails or is trying to add a newconditions
configuration. What do I need to use in the conditions parameter if I want it to be an empty list as the sentry API returns?Beta Was this translation helpful? Give feedback.
All reactions