update_release_note
Update an existing release note by its ID, modifying title, version, status, tags, or Markdown body. Requires an API token and keeps event space announcements current.
Instructions
既存のリリースノートを更新します。APIトークンが必要です。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 更新するリリースノートのID | |
| tags | No | タグ(配列形式) | |
| title | No | リリースノートのタイトル | |
| status | No | ステータス | |
| body_md | No | リリースノート本文(Markdown形式) | |
| version | No | バージョン番号 |