How can we help?

Searching:

0 results found

AlarmInstances/Patch or AlarmInstances/Put

PATCH /odata/AlarmInstances/[id]

– OR –

PUT /odata/AlarmInstances/[id]

Description

In order to update an existing AlarmInstance definition, see the following for request and response details:

See Also

Request ‒ AlarmInstances/Patch or Put

In the request, specify the ID of the AlarmInstance whose definition to change and the name of the property(s) to change. These properties are described in AlarmInstances/Post.

Property Type Description Mandatory
id String A unique identifier for this AlarmInstance that is automatically generated by Axonize. This AlarmInstance ID is returned in the response of the AlarmInstances/Post. Y

Example JSON AlarmInstances/Patch Request

curl -X PATCH \

  https://api.stg.axonize.com/odata/alarminstances/5b586a4819ec0c1a684b96d0 \

  -H ‘Cache-Control: no-cache’ \

  -H ‘Authorization: Token’ \

  -H ‘Content-Type: application/json’ \

    -H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B212345’ \

  -d ‘{

  “message”: “message_patch”

}’

Response ‒ AlarmInstances/Patch or Put

Property Type Description
createDate, createUser, updateDate, updateUser See Common Response Properties.

  

Status 204 – No Content. The server has successfully fulfilled the request.