---
title: "Name App Version"
method: PATCH
path: "/api/v2/app-builder/apps/{app_id}/version-name"
tags: ["App Builder"]
---

# Name App Version

`PATCH /api/v2/app-builder/apps/{app_id}/version-name`

Assign a human-readable name to a specific version of an app. The version is selected through the `version` query parameter.

## Path parameters

- `app_id` string, uuid, required

## Query parameters

- `version` string, required

## Request body

- UpdateAppVersionNameRequest — A request to assign a human-readable name to a specific app version.
  - `data` UpdateAppVersionNameRequestData — Data for naming a specific app version.
    - `attributes` UpdateAppVersionNameRequestDataAttributes — Attributes for naming a specific app version.
      - `name` string, required — The name to assign to the app version.
    - `type` 'versionNames' — The version-name resource type.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `429` — Too many requests

---

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