Skip to main content

Updates event status fields

PATCH /v1/event/status

Summary

Updates event status fields.

Details

Request body: JSON object. Updates the

EventStatus field for each event ID in the events list for the specified device.

The device can be identified by deviceID or by deviceName.

Authentication

No operation-level security requirement is documented here.

Parameters

None documented here.

Request Body

Required: Yes

application/json

  • deviceID (integer (int64), optional)
  • deviceName (string, optional)
  • eventStatus (integer (int64), optional)
  • events (array<integer (int32)>, optional)
    • array of integer (int32)
      • integer (int32)

Example

{
"deviceID": 201,
"deviceName": "WearableDevice",
"eventStatus": 1,
"events": [
1
]
}

Responses

200

Success. No response body.

No response body schema documented.