v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
App Builder

Name App Version

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

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

Path parameters

app_idstring uuid required

The ID of the app.

Query parameters

versionstring required

The version number of the app to name. The special values latest and deployed can also be used to target the latest or currently published version.

Request body

Example request

{
  "data": {
    "attributes": {
      "name": "v1.2.0 - bug fix release"
    },
    "type": "versionNames"
  }
}

Response

No Content