---
title: "Update Product Group"
method: PUT
path: "/Sites/{siteId}/ProductGroups/{id}"
tags: ["ProductGroups"]
---

# Update Product Group

`PUT /Sites/{siteId}/ProductGroups/{id}`

## Path parameters

- `siteId` integer, required
- `id` integer, required

## Request body

- QPilotCoreModelsDtoEntitiesProductGroupDto
  - `productGroupId` integer, nullable
  - `name` string, required
  - `createdUtc` string, date-time, nullable
  - `updatedUtc` string, date-time, nullable
  - `siteId` integer
  - `products` QPilotCoreModelsDtoEntitiesProductGroupProductsDto[], nullable
    - `id` string, required
    - `title` string, nullable

## Response `200`

Success

- QPilotCoreModelsDtoEntitiesProductGroupDto
  - `productGroupId` integer, nullable
  - `name` string, required
  - `createdUtc` string, date-time, nullable
  - `updatedUtc` string, date-time, nullable
  - `siteId` integer
  - `products` QPilotCoreModelsDtoEntitiesProductGroupProductsDto[], nullable
    - `id` string, required
    - `title` string, nullable

---

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