---
title: "Update a specified web page group"
method: PUT
path: "/api/v1/web_page_groups/{id}"
tags: ["WebPageGroups"]
---

# Update a specified web page group

`PUT /api/v1/web_page_groups/{id}`

## Path parameters

- `id` integer, required — The web page group ID

## Request body

- V1UpdateWebPageGroup
  - `id` integer
  - `title` string, required
  - `is_active` boolean

## Response `200`

The updated web page group

- TempestResponseV1WebPageGroup
  - `meta` object, nullable
  - `links` TempestLink[], nullable
    - `rel` string, nullable
    - `href` string, nullable
  - `validation_result` TempestValidationError[], nullable
    - `member_names` string[], nullable
    - `error_message` string, nullable
  - `errors` object, nullable
  - `data` V1WebPageGroup
    - `id` integer
    - `title` string, required
    - `is_active` boolean

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — No web page group for that ID found

---

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