---
title: CreativeUpdate
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/creativeupdate
---

# CreativeUpdate

The request body for updating an existing Creative object.

## Declaration

```data
object CreativeUpdate
```

## Properties

name: Name of the ad creative. Omit if you don’t intend to update. Mutable, Optional. creativeSpec: The creative spec. Updating this may trigger re-review. systemStatus transitions back to PENDING. Omit if you don’t intend to update. Mutable, Optional.

## Discussion

Discussion To change an existing ad creative’s name or creativeSpec, use CreativeUpdate with PUT /v1/creatives/{id} (Update an Ad Creative). creativeType and destination are locked in at creation and can’t be changed later. Example {   "name": "AwayFinder - Summer Campaign Creative - Revised",   "creativeSpec": {     "localizedText": {       "en-US": {         "promoText": "New summer deals - shop now!"       }     },     "brandId": "111222",     "defaultLocale": "en-US"   } }

## Topics

### Dictionaries

- [CreativeUpdate.CreativeSpec](apple-ads-platform-api/creativeupdate/creativespec-data.dictionary.md)

## See Also

- [Creative](apple-ads-platform-api/creative.md)
- [CreativeCreate](apple-ads-platform-api/creativecreate.md)
- [CreativeResponse](apple-ads-platform-api/creativeresponse.md)
- [CreativeQueryResponse](apple-ads-platform-api/creativequeryresponse.md)
- [CreativeEligibility](apple-ads-platform-api/creativeeligibility.md)
- [AssetReference](apple-ads-platform-api/assetreference.md)
- [AssetImage](apple-ads-platform-api/assetimage.md)
- [Destination](apple-ads-platform-api/destination.md)
- [DestinationCreate](apple-ads-platform-api/destinationcreate.md)
- [DestinationParameter](apple-ads-platform-api/destinationparameter.md)
- [CreativeRejectionReason](apple-ads-platform-api/creativerejectionreason.md)
- [CreativeRejectionReasonQueryRequest](apple-ads-platform-api/creativerejectionreasonqueryrequest.md)
- [CreativeRejectionReasonQueryResponse](apple-ads-platform-api/creativerejectionreasonqueryresponse.md)
- [LocaleInfo](apple-ads-platform-api/localeinfo.md)
