---
title: "Update a specific Workgroup"
method: PUT
path: "/v1/workgroups/{workgroup_id}/detail"
tags: ["Workgroup"]
---

# Update a specific Workgroup

`PUT /v1/workgroups/{workgroup_id}/detail`

Update a specific Workgroup

## Path parameters

- `workgroup_id` string, required

## Request body

- WorkgroupUpdPersistVO — Java type: com.noosh.nooshapi.vo.WorkgroupUpdPersistVO
  - `address_line1` string
  - `address_line2` string
  - `address_line3` string
  - `city` string
  - `country` string
  - `custom_fields` CustomFieldPersistVO[]
    - `date_value` string, date
    - `number_value` unknown
    - `param_name` string
    - `string_value` string
  - `decimal_places` integer
  - `postal` string
  - `state` string
  - `workgroup_name` string

## Response `200`

Successful updated

- WorkgroupHTTPStatusVO — Java type: com.noosh.nooshapi.vo.WorkgroupHTTPStatusVO
  - `status_code` integer
  - `status_reason` string
  - `workgroup_id` integer
  - `workgroup_name` string

## Other responses

- `404` — There are not any result matching your search condition
- `500` — Internal server error

---

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