> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Content & Configuration Writes Meter API Description

> Reference list of PlayFab APIs for news, content files, push notifications, and scheduled tasks that increment the Content & Configuration writes meter.

Content & Configuration files include the following items: entity files, actions, rules, scheduled tasks, matchmaking, push notifications, emails, and title news. Content & Configuration files are a set of key/value pairs that are primarily used to manage configuration for your game remotely.

The following APIs cause the Content & Configuration writes meter to increment.

## Admin APIs

* [AddLocalizedNews](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/title-wide-data-management/add-localized-news?view=playfab-rest\&preserve-view=true) Update news item to include localized version
* [AddNews](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/title-wide-data-management/add-news?view=playfab-rest\&preserve-view=true) Adds a new news item to the title's news feed
* [DeleteContent](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/content/delete-content?view=playfab-rest\&preserve-view=true) Delete a content file from the title. When deleting a file that does not exist, it returns success.

-[ResetPassword](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/account-management/reset-password?view=playfab-rest\&preserve-view=true) Reset a player's password for a given title.

* [SetupPushNotification](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/title-wide-data-management/setup-push-notification?view=playfab-rest\&preserve-view=true) Sets the Amazon Resource Name (ARN) for iOS and Android push notifications. Documentation on the exact restrictions can be found at: [http://docs.aws.amazon.com/sns/latest/api/API\_CreatePlatformApplication.html](http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html). Currently, Amazon device Messaging is not supported.
* [UpdatePolicy](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/authentication/update-policy?view=playfab-rest\&preserve-view=true) Changes a policy for a title

## Data APIs

* [FinalizeFileUploads](https://learn.microsoft.com/en-us/rest/api/services/playfab/data/file/finalize-file-uploads?view=playfab-rest\&preserve-view=true) Finalize file uploads to an entity's profile.
* [DeleteFiles](https://learn.microsoft.com/en-us/rest/api/services/playfab/data/file/delete-files?view=playfab-rest\&preserve-view=true) Delete files on an entity's profile.
* [InitiateFileUploads](https://learn.microsoft.com/en-us/rest/api/services/playfab/data/file/initiate-file-uploads?view=playfab-rest\&preserve-view=true) Initiates file uploads to an entity's profile.

## Server APIs

* [DeletePushNotificationTemplate](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/delete-push-notification-template?view=playfab-rest\&preserve-view=true) Deletes push notification template for title
* [SavePushNotificationTemplate](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/save-push-notification-template?view=playfab-res\&preserve-view=true) Saves push notification template for title


## Related topics

- [Content & Configuration Reads Meter API Description](/services/playfab/pricing/meters/file-reads.md)
- [Profile Writes Meter API Description](/services/playfab/pricing/meters/profile-writes.md)
- [Inventory Writes Meter API Description](/services/playfab/pricing/meters/economy-writes.md)
- [Profile Reads Meter API Description](/services/playfab/pricing/meters/profile-reads.md)
- [Inventory Reads Meter API Description](/services/playfab/pricing/meters/economy-reads.md)
