Updates, deletes, or creates age restrictions for all countries in a project. You may set default restrictions for all countries and set country-specific restrictions, if any.
project_id required | string <uuid> Login project ID from Publisher Account. |
age required | integer [ 1 .. 99 ] |
country_code required | string^[a-zA-Z]{2}$ Country code in the ISO 3166-1 alpha-2 format. Use |
rating_name | string <= 255 characters |
OK
Bad Request
Unauthorized
Forbidden
Unprocessable Entity
Too Many Requests
Internal server error
[- {
- "age": 1,
- "country_code": "string",
- "rating_name": "string"
}
]
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}