Skip to main content

Create Notification Self

POST 

/notification/v1/player/me/notification

Create new notification for client. Required Permissions:

  • For any player (including themselves) any of: notification:player:*, notification:player:self:*, notification:player:self:write, notification:player:write

Request

Body

required

    notifications

    object[]

    required

    Possible values: >= 1, <= 100

    List of notifications creation requests

  • Array [

  • message Message (string)required

    Possible values: <= 4096 characters

    Base Message for the notification

    rh_url Rh Url (string)

    Possible values: non-empty and <= 4096 characters

    Path to get additional data about this notification

    custom_data

    object

    Custom values for the notification

    property name* string
    etag Etag (string)

    Possible values: non-empty

    ETag for the resource at rh_url at the time of this notification

  • ]

Responses

Successful Response

Schema

    notification_id Notification Id (string)required

    Unique Identifier for the last notification created. You cannot depend on the format of this string, and it must be considered opaque

Loading...