---
title: "Update developer application"
method: POST
path: "/v1/account.updateDeveloperApp"
tags: ["account"]
---

# Update developer application

`POST /v1/account.updateDeveloperApp`

## Request body

- V1AccountDeveloperAppUpdateRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `description` string, nullable, required — The new description of the developer app
  - `developerAppId` string, required — The public id of the developer app
  - `name` string, nullable, required — The new name of the developer app
  - `regenerate` boolean, required — Whether to re-generate the key

## Response `200`

OK

- V1AccountDeveloperAppUpdateResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `apiKey` string, nullable, required — The generated API Key

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/steamsets/apis/steamsets-api.md) · [All operations](https://skmtc.net/steamsets/apis/steamsets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/steamsets/steamsets-api/versions/593d89718daa/schema)
