PUT
/
assets
/
groups
/
{assets_group_id}
/
alerts
/
{alert_id}
curl --request PUT \
  --url https://api.flare.io/firework/v2/assets/groups/{assets_group_id}/alerts/{alert_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "created_at": "2023-11-07T05:31:56Z",
  "experimental_search_types": [
    "<string>"
  ],
  "feed_target_id": 123,
  "feed_target_type": "assets/groups",
  "feed_url": "<string>",
  "frequency": 123,
  "id": 123,
  "name": "<string>",
  "organization_id": 123,
  "params": {},
  "risks": [
    123
  ],
  "search_types": [
    "attachment"
  ],
  "start_at": "2023-11-07T05:31:56Z",
  "tenant_alert_channel_id": 123,
  "tenant_id": 123,
  "type": "email"
}'
{
  "created_at": "2023-11-07T05:31:56Z",
  "experimental_search_types": [
    "<string>"
  ],
  "feed_target_id": 123,
  "feed_target_type": "assets/groups",
  "feed_url": "<string>",
  "frequency": 123,
  "id": 123,
  "name": "<string>",
  "organization_id": 123,
  "params": {},
  "risks": [
    123
  ],
  "search_types": [
    "attachment"
  ],
  "start_at": "2023-11-07T05:31:56Z",
  "tenant_alert_channel_id": 123,
  "tenant_id": 123,
  "type": "email"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assets_group_id
integer
required
alert_id
integer
required

Body

application/json

Response

200 - application/json
Success

The response is of type object.