Skip to main content

Updates event progress fields

PATCH /v1/event/{eventID}/progress

Summary

Updates event progress fields.

Details

Request body: JSON object. Patches only

PercentComplete for the specified event.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
eventIDpathinteger (int64)YesThe ID of the event to patch.1

Request Body

Required: Yes

application/json

  • deviceName (string, optional)
  • deviceSerial (string, optional)
  • percentComplete (number (double), optional)

Example

{
"deviceName": "WearableDevice",
"deviceSerial": "10001234",
"percentComplete": 42.5
}

Responses

200

Success. No response body.

No response body schema documented.