enterprise-admin
Set the global announcement banner
Sets the message and expiration time for the global announcement banner in your enterprise.
patch/enterprise/announcement
Request body
Example request
{
"announcement": "Very **important** announcement about _something_.",
"expires_at": "\"2021-01-01T00:00:00.000-07:00\""
}Response
Response
Example response
{
"announcement": "Very **important** announcement about _something_.",
"expires_at": "\"2021-01-01T00:00:00.000-07:00\""
}