admin_patch_announcements: Edit an announcement

Description Usage Arguments Value

Description

Edit an announcement

Usage

1
admin_patch_announcements(id, subject = NULL, body = NULL, released_at = NULL)

Arguments

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.

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.