---
title: "Add an asset to an asset group"
method: PUT
path: "/app/v1/asset_groups/{id}/asset/{asset_id}"
tags: ["asset_groups"]
---

# Add an asset to an asset group

`PUT /app/v1/asset_groups/{id}/asset/{asset_id}`

## Path parameters

- `id` string, uuid, required
- `asset_id` string, uuid, required

## Request body

- object
  - `is_prorated` boolean
  - `default_values` CalculatorInputs

## Response `200`

A successful operation

- AssetGroupAsset
  - `asset_id` string, uuid
  - `asset_group_id` string, uuid

---

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