V1.0

put

/ec-notifications-svc/rest/v1.0/studies/{studyId}/{mode}/notificationsbroadcast/{id}

Updates the notification broadcast with the notification broadcast ID. Used for updating the read status of the notification. Returns updated notification broadcast record.

Request

Path Parameters
  • ID of the notification broadcast (UUID, 32-character uppercase hexadecimal string)
    Example:
    24C9C2B19F1B46ED964CD6653FC10791
  • Mode of the study, accepts: test, active, or training.
    Example:
    active
  • Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
    Example:
    6153170BDE5244A0BB3DF169C4168483
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Notification broadcast record representing a user-targeted notification with audit and delivery metadata
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Request processed successfully, check the result
Body ()
Root Schema : schema
Type: object
Notification broadcast record representing a user-targeted notification with audit and delivery metadata
Show Source
Examples

Back to Top