Setup Firewall

Update

Update an existing Setup Firewall record by ID.

put/api/cp/setup/firewall/{id}

Path parameters

idinteger required

Id identifier

Request body

idinteger

Id

account_idinteger

Account Id

dtstring date-time

Dt

ipstring ipv4

Ip

action'block'

Action

notesstring

Notes

Example request

{
  "id": 12345,
  "account_id": 1,
  "dt": "2025-01-17T10:30:00Z",
  "ip": "192.168.1.1",
  "action": "block",
  "notes": "example_notes"
}

Response

Operation completed successfully

statusstring

Operation status

Example response

{
  "status": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.