Post an announcement

admin_post_announcements(subject, body, released_at = NULL)

Arguments

subject

string required. The subject of this announcement.

body

string required. The body of this announcement.

released_at

string optional. The date and time this announcement was released.

Value

A list containing the following elements:

id

integer, The ID of this announcement

subject

string, The subject of this announcement.

body

string, The body of this announcement.

releasedAt

string, The date and time this announcement was released.

createdAt

string,

updatedAt

string,