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

Added the update-alert command and its yaml file #10

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

anuj-metron
Copy link
Collaborator

Added the update-alert command and its yaml.

@@ -59,7 +59,34 @@ def get_alert(self, id: str, entity: str) -> Dict[str, str]:
params=params
)
return response_content

def update_alert(self, queue_state: str, entity_state: str, alert_id: Optional[str] = None, entity: Optional[str] = None) -> Dict[str, Any]:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is too long, which is causing the linting error. Please fix it.

@anuj-metron anuj-metron merged commit 5bf2f73 into Doppel-v1.0.0 Dec 12, 2024
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants