---
title: "Add a release to a roll up release"
method: PUT
path: "/products/{product_id}/releases/{id}"
tags: ["Releases"]
---

# Add a release to a roll up release

`PUT /products/{product_id}/releases/{id}`

## Path parameters

- `product_id` string, required
- `id` string, required

## Request body

- ReleasesPostRequest
  - `release` object
    - `initiatives` unknown[]
      - unknown
    - `parent_id` integer

## Response `200`

Successful operation

---

[API](https://skmtc.dev/shiprush/apis/aha-api.md) · [All operations](https://skmtc.dev/shiprush/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shiprush/aha-api/revisions/f2725b45bcf3/schema)
