> ## 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 미터 API 설명

> Content & Configuration 쓰기 미터를 증가시키는 뉴스, 콘텐츠 파일, 푸시 알림 및 예약된 작업용 PlayFab API의 참조 목록입니다.

Content & Configuration 파일에는 다음 항목이 포함됩니다: 엔터티 파일, 액션, 규칙, 예약된 작업, 매치메이킹, 푸시 알림, 이메일 및 타이틀 뉴스. Content & Configuration 파일은 주로 게임의 구성을 원격으로 관리하는 데 사용되는 키/값 쌍의 집합입니다.

다음 API는 Content & Configuration 쓰기 미터를 증가시킵니다.

## Admin API

* [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) 지역화된 버전을 포함하도록 뉴스 항목을 업데이트합니다.
* [AddNews](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/title-wide-data-management/add-news?view=playfab-rest\&preserve-view=true) 타이틀의 뉴스 피드에 새 뉴스 항목을 추가합니다.
* [DeleteContent](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/content/delete-content?view=playfab-rest\&preserve-view=true) 타이틀에서 콘텐츠 파일을 삭제합니다. 존재하지 않는 파일을 삭제하는 경우 성공을 반환합니다.

-[ResetPassword](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/account-management/reset-password?view=playfab-rest\&preserve-view=true) 지정된 타이틀에 대해 플레이어의 비밀번호를 재설정합니다.

* [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) iOS 및 Android 푸시 알림에 대한 Amazon Resource Name(ARN)을 설정합니다. 정확한 제한 사항에 대한 문서는 다음에서 찾을 수 있습니다: [http://docs.aws.amazon.com/sns/latest/api/API\_CreatePlatformApplication.html](http://docs.aws.amazon.com/sns/latest/api/API_CreatePlatformApplication.html). 현재 Amazon 장치 메시징은 지원되지 않습니다.
* [UpdatePolicy](https://learn.microsoft.com/en-us/rest/api/services/playfab/admin/authentication/update-policy?view=playfab-rest\&preserve-view=true) 타이틀에 대한 정책을 변경합니다.

## Data API

* [FinalizeFileUploads](https://learn.microsoft.com/en-us/rest/api/services/playfab/data/file/finalize-file-uploads?view=playfab-rest\&preserve-view=true) 엔터티 프로필에 대한 파일 업로드를 최종 완료합니다.
* [DeleteFiles](https://learn.microsoft.com/en-us/rest/api/services/playfab/data/file/delete-files?view=playfab-rest\&preserve-view=true) 엔터티 프로필의 파일을 삭제합니다.
* [InitiateFileUploads](https://learn.microsoft.com/en-us/rest/api/services/playfab/data/file/initiate-file-uploads?view=playfab-rest\&preserve-view=true) 엔터티 프로필에 대한 파일 업로드를 시작합니다.

## Server API

* [DeletePushNotificationTemplate](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/delete-push-notification-template?view=playfab-rest\&preserve-view=true) 타이틀의 푸시 알림 템플릿을 삭제합니다.
* [SavePushNotificationTemplate](https://learn.microsoft.com/en-us/rest/api/services/playfab/server/account-management/save-push-notification-template?view=playfab-res\&preserve-view=true) 타이틀의 푸시 알림 템플릿을 저장합니다.
