Skip to content

Create Alert Metadata

Create the specified alert metadata.

Verb PUT
Endpoint {base-url}/alerts/metadata
Max Page Size N/A

Request Body

{
  "body": [
    {
      "alertId": 1,
      "key": "foo",
      "value": "bar"
    }
  ]
}

Returns

On Success

Return the IDs of the created alert metadata.

Response Body

[
  2
]