Creates or updates existing age restriction for a selected country in a project.
| 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
Access denied
Unprocessable entity
Internal server error
{- "age": 1,
- "country_code": "string",
- "rating_name": "string"
}