bulk_update_status
Batch update the status of up to 100 event venues. Set each place to draft, published, archived, closed, or temporarily_closed, with an optional closure reason.
Instructions
複数の会場のステータスを一括で更新します。APIトークンが必要です。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | 設定するステータス | |
| place_ids | Yes | 更新する会場IDの配列(UUID形式、最大100件) | |
| closed_reason | No | 閉鎖理由(closed/temporarily_closedの場合) |