acedatacloud_create_announcement
Create and publish a platform announcement with title and Markdown content. Requires superuser authentication and explicit confirmation.
Instructions
Publish a platform announcement (SUPERUSER token only).
The Chinese content is stored as the source-of-truth and other locales are
auto-translated by a background job. Requires ``confirm=true``.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rank | No | Optional sort weight; higher shows first. | |
| tags | No | Optional tags, e.g. ['product']. | |
| title | Yes | Announcement title. Required. | |
| confirm | No | Must be true to actually publish. | |
| content | Yes | Announcement body in Markdown. Required. | |
| published | No | Publish immediately (True) or save as draft (False). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |