Edit an announcement
admin_patch_announcements(id, subject = NULL, body = NULL, released_at = NULL)
id | integer required. The ID of this announcement |
---|---|
subject | string optional. The subject of this announcement. |
body | string optional. The body of this announcement. |
released_at | string optional. The date and time this announcement was released. |
A list containing the following elements:
integer, The ID of this announcement
string, The subject of this announcement.
string, The body of this announcement.
string, The date and time this announcement was released.
string,
string,