update_announcement
Update existing announcements by modifying their title, message, level, schedule, or published status. Correct or refresh previously posted information.
Instructions
既存のお知らせを更新します。APIトークンが必要です。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 更新するお知らせのID | |
| level | No | お知らせレベル | |
| title | No | お知らせタイトル | |
| ends_at | No | 公開終了日時(ISO 8601形式) | |
| link_url | No | 関連リンクURL(http/httpsのみ) | |
| is_active | No | 公開状態 | |
| starts_at | No | 公開開始日時(ISO 8601形式) | |
| message_ja | No | お知らせ本文(日本語) |