---
title: "Update Proxys"
method: PUT
path: "/proxys/{proxy_id}"
tags: ["proxys"]
---

# Update Proxys

`PUT /proxys/{proxy_id}`

Update proxys by app

## Path parameters

- `proxy_id` integer, required — Proxy ID to update proxys from

## Query parameters

- `endpointId` integer — Endpoint ID to create proxys from. If not set, create proxys from the local endpoint

## Request body

- DomainNames
  - `domain_names` string[], required

## Response `200`

Successful Response

- ProxyHost[]
  - `proxy_id` integer, required
  - `domain_names` string[], required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

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