update_age_rating_declaration
Update age rating declaration attributes for an app, including violence, gambling, and contests. Must provide all attributes in a single request.
Instructions
年齢制限アンケート(暴力・ギャンブル等の各項目)を更新します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attributes | Yes | 設定する属性のkey-valueオブジェクト。Apple公式のAgeRatingDeclaration属性名をキーに使う。暴力・性的表現などの項目は3段階の文字列(例: {"violenceCartoonOrFantasy":"NONE"}、値はNONE/INFREQUENT_OR_MILD/FREQUENT_OR_INTENSE)。gambling・contests・unrestrictedWebAccessは真偽値(例: {"gambling":false,"contests":false,"unrestrictedWebAccess":false})。Apple APIは部分更新を受け付けないため、対象アプリの全属性を一度に指定すること | |
| ageRatingDeclarationId | Yes | 年齢制限宣言ID(get_app_info_detail で取得) |