---
title: "Update proxy service"
method: PATCH
path: "/groups/{group-id}/proxy-services"
tags: ["proxyServices"]
---

# Update proxy service

`PATCH /groups/{group-id}/proxy-services`

## Path parameters

- `group-id` string, required

## Request body

- ArtifactUpdateRequest
  - `artifactName` string
  - `nodeId` string
  - `type` string
  - `value` boolean

## Response `200`

Proxy update status

- Ack
  - `status` string

## Other responses

- `default` — Unexpected error

## Changes

- **2021-02-15** `e54cd8a3e400` — 1 breaking, 3 info
  - the response's body type changed from no type to `object` for status `default`
  - added the media type `application/json` to the request body
  - added the optional property `code` to the response with the `default` status
  - added the optional property `message` to the response with the `default` status
- **2021-02-15** `4c069bd0d746` — 2 breaking, 2 warning
  - removed the media type `application/json` from the request body
  - the response's body type changed from `object` to no type for status `default`
  - removed the optional property `code` from the response with the `default` status
  - removed the optional property `message` from the response with the `default` status
- **2021-02-11** `14d81430e085` — 1 breaking, 3 info
  - the response's body type changed from no type to `object` for status `default`
  - added the media type `application/json` to the request body
  - added the optional property `code` to the response with the `default` status
  - added the optional property `message` to the response with the `default` status
- **2021-02-09** `e0df7cc94486` — 1 info
  - endpoint added
- **2021-01-06** `cbb5695aec22` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/changes/groups/:group-id/proxy-services/patch.md)

---

[API](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard.md) · [All operations](https://skmtc.dev/wso2/apis/cluster-aware-mi-dashboard/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/cluster-aware-mi-dashboard/revisions/e54cd8a3e400/schema)
