# 件名の設定 プロモーションの件名を設定します。プロモーションが読み取り専用 (read_only = true) の場合、件名を更新することはできません。件名には、purchase、items、または packages のいずれかの値を指定できます。 通知APIコールにproject_idパスパラメータが含まれていないため、会社の全プロジェクトで有効なAPIキーを使用して認可を設定する必要があります。 Endpoint: PUT /merchants/{merchant_id}/promotions/{promotion_id}/subject Version: 2.0 Security: basicAuth ## Path parameters: - `merchant_id` (integer, required) マーチャントID。 - `promotion_id` (integer, required) プロモーションID。 ## Request fields (application/json): - `digital_contents` (object,null) - `items` (array) プロモーションに適用される仮想アイテムの配列。 - `items.id` (integer) - `items.localized_name` (string) 既定の言語(英語)でプラン名を表示し、name.en値を複製します。 - `items.sku` (string) アイテムSKU。 - `packages` (array,null) プロモーションに適用される仮想通貨パッケージの配列。 - `purchase` (boolean) プロモーションが購入全体に適用されるかどうかを示します。 - `subscriptions` (object,null) プロモーションに適用されるサブスクリプションプランまたは製品。 - `subscriptions.max_charges_count` (integer) プロモーションに適用される請求の最大数。 - `subscriptions.plans` (array) - `subscriptions.products` (array) ## Response 204 fields