PATCH
/
v2
/
alert
/
properties
/
{alertId}
/
_pause
curl --request PATCH \
  --url https://api.f6o.co/v2/alert/properties/{alertId}/_pause \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "kind": "<string>",
  "internalDelay": 123,
  "created": "<string>",
  "updated": "<string>",
  "deleted": "<string>",
  "noop": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Path Parameters

alertId
string
required

Body

application/json · object

Response

200
application/json

A successful response.

The response is of type object.

PATCH
/
v2
/
alert
/
properties
/
{alertId}
/
_pause
curl --request PATCH \
  --url https://api.f6o.co/v2/alert/properties/{alertId}/_pause \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "kind": "<string>",
  "internalDelay": 123,
  "created": "<string>",
  "updated": "<string>",
  "deleted": "<string>",
  "noop": "<string>"
}

Authorizations

x-api-key
string
header
required

API Key used to be authentified to these APIs. Please contact Fluximmo to get one

Path Parameters

alertId
string
required

Body

application/json · object

Response

200
application/json

A successful response.

The response is of type object.