admin_post_announcements: Post an announcement

Description Usage Arguments Value

Description

Post an announcement

Usage

1
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,


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.