Update Alert

Description:

update alert according to provided alert_id

Args:

alert_id - alert to fetch from db
alert_modify - TransactionAlertPut basemodel: name = Optional[str]
status = Optional[TransactionAlertStatus]
notification_ids = Optional[List[int]]
minimal_failed_transactions = Optional[int]
monitor_offset = Optional[int]
time_unit: Optional[str]
schedule: Optional[str]

Return:

return updated alert object

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!