---
title: Modify an age rating declaration
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-ageratingdeclarations-_id_
---

# Modify an age rating declaration

Provide age-related information so the App Store can determine the age rating for your app.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/ageRatingDeclarations/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the age rating declaration resource ID from the GET-v1-appStoreVersions-{id}-ageRatingDeclaration response.

## Response Codes

200 OK: Request succeeded. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 409 Conflict: The provided resource data isn’t valid. 422 : 429 :

## Mentioned in

App Store Connect API 3.6 release notes App Store Connect API 4.0 release notes App Store Connect API 4.1 release notes App Store Connect API 4.2 release notes

## Discussion

Discussion Every App Store version has an age rating declaration. Use this endpoint to edit the declaration and provide app-characteristic information so App Store Connect can determine the appropriate age rating for the app. Use this endpoint to indicate whether an app is Made for Kids. When calling this endpoint, only include the attributes that you’re modifying. The attributes for age-rating declarations, INFREQUENT_OR_MILD and FREQUENT_OR_INTENSE are deprecated. Instead, use INFREQUENT or FREQUENT. For example, in an app that has a FREQUENT declaration for contests, the age rating for the AppInfos is 12+. If you declare a value of true for gambling, the age rating for the AppInfos is 17+. Modify an age rating declaration Mark an App as Made for Kids

## HTTP Body

The request body you use to update an Age Rating Declaration.

## See Also

### Reading and modifying declarations

- [Read the age-rating declaration](appstoreconnectapi/get-v1-appinfos-_id_-ageratingdeclaration.md)
- [Get the age rating declaration ID for an app info](appstoreconnectapi/get-v1-appinfos-_id_-relationships-ageratingdeclaration.md)
