orgs
Set announcement banner for organization
Sets the announcement banner to display for the organization.
patch/orgs/{org}/announcement
Path parameters
orgstring required
The organization name. The name is not case sensitive.
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\""
}