v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
gitpod.v1.NotificationService

MarkNotificationsRead

Marks notifications as read.

Examples

  • Mark a single notification as read:

    notificationIds:
      - "d2c94c27-3b76-4a42-b88c-95a85e392c68"
    
  • Mark multiple notifications as read:

    notificationIds:
      - "d2c94c27-3b76-4a42-b88c-95a85e392c68"
      - "a1b2c3d4-5e6f-7890-abcd-ef1234567890"
    
post/gitpod.v1.NotificationService/MarkNotificationsRead

Request body

notificationIdsstring[]

Response

Success

GitpodV1MarkNotificationsReadResponse required