updateCustomInfo
A MoogDb v2 method that updates the custom info for an alert or a Situation.
Back to MoogDb V2 API Method Reference.
Request arguments
Method updateCustomInfo
takes the following request arguments:
Name | Type | Required | Description |
---|---|---|---|
| CEvent | Yes | A CEvent representing the alert or Situation you want to update. |
| JSON Object | Yes | Custom info to add to or replace the existing custom info field. |
| Boolean | No |
For an alert you can also use the following arguments:
Name | Type | Required | Description |
---|---|---|---|
| Number | No | ID of the alert you want to add custom info to. |
| String | No | Dot-notation path to the |
| Value | No | Value to put at the specified key. |
Response
Method updateCustomInfo
returns the following response: