Method: systemNotifications.markAsRead

Full name: projects.locations.instances.systemNotifications.markAsRead

Marks a list of SystemNotifications as read.

HTTP request


POST https://chronicle.africa-south1.rep.googleapis.com/v1alpha/{parent}/systemNotifications:markAsRead

Path parameters

Parameters
parent

string

Required. The user to mark SystemNotifications as read. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "ids": [
    string
  ]
}
Fields
ids[]

string (int64 format)

Required. The ids of the SystemNotifications to mark as read. Format: projects/{project}/locations/{location}/instances/{instance}/systemNotifications/{systemNotification}

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • chronicle.systemNotifications.update

For more information, see the IAM documentation.