---
title: "Update group info by group hash"
method: PUT
path: "/groups/{hash}"
tags: ["Groups"]
---

# Update group info by group hash

`PUT /groups/{hash}`

## Path parameters

- `hash` string, required

## Request body

- ModelsGroup
  - `created_date` string
  - `deleted_at` string
  - `hash` string, required
  - `id` integer
  - `info` ModelsGroupInfo, required
    - `name` ModelsGroupItemLocale, required
      - `en` string, required
      - `ru` string, required
    - `system` boolean
    - `tags` string[], required
  - `updated_at` string

## Response `200`

group info updated successful

- object
  - `data` object
    - `created_date` string
    - `deleted_at` string
    - `hash` string, required
    - `id` integer
    - `info` ModelsGroupInfo, required
      - `name` ModelsGroupItemLocale, required
        - `en` string, required
        - `ru` string, required
      - `system` boolean
      - `tags` string[], required
    - `updated_at` string
  - `status` string

## Other responses

- `400` — invalid group info
- `403` — updating group info not permitted
- `404` — group not found
- `500` — internal error on updating group

---

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