---
title: "PUT /v1/projects/{projectId}/releases/{releaseId}"
method: PUT
path: "/v1/projects/{projectId}/releases/{releaseId}"
tags: ["Releases"]
---

# PUT /v1/projects/{projectId}/releases/{releaseId}

`PUT /v1/projects/{projectId}/releases/{releaseId}`

## Path parameters

- `projectId` string, required
- `releaseId` string, required

## Query parameters

- `updateMask` string

## Request body

- GoliothReleaseUpdate
  - `addDeviceTagId` string[]
  - `addReleaseTag` string[]
  - `deviceTagIds` string[]
  - `releaseTags` string[]
  - `removeDeviceTagId` string[]
  - `removeReleaseTag` string[]
  - `rollout` boolean

## Response `200`

A successful response.

- GoliothUpdateReleaseResponse
  - `data` GoliothRelease
    - `artifactIds` string[]
    - `blueprintId` string
    - `cohortId` string
    - `createdAt` string, date-time
    - `deviceTagIds` string[]
    - `id` string
    - `releaseTags` string[]
    - `rollout` boolean
    - `sequenceNumber` string, int64
    - `suitManifest` object
    - `updatedAt` string, date-time

## Other responses

- `default` — An unexpected error response.

---

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