---
title: "Put Player Profile"
method: PUT
path: "/v1/player-profile"
---

# Put Player Profile

`PUT /v1/player-profile`

## Request body

- PlayerProfileUpsert
  - `name` string, required
  - `brandName` string, required
  - `logoUrl` string, required
  - `primaryColor` string, required
  - `secondaryColor` string, required
  - `backgroundColor` string, required
  - `ambientColor` string, nullable
  - `logoPresentation` 'icon' | 'wordmark'
  - `iosAppStoreUrl` string, nullable
  - `androidPlayStoreUrl` string, nullable
  - `deepLinkUrl` string, nullable
  - `shareTargets` string[]

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/shortkit/apis/shortkit-api.md) · [All operations](https://skmtc.net/shortkit/apis/shortkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shortkit/shortkit-api/revisions/4ff6d068cf75/schema)
