---
title: "Update an Endpoint"
method: POST
path: "/api/v1/Account/{auth_id}/Endpoint/{endpoint_id}/"
tags: ["Endpoints"]
---

# Update an Endpoint

`POST /api/v1/Account/{auth_id}/Endpoint/{endpoint_id}/`

Update an existing endpoint's configuration. You can change the
password, alias, or attached application. The fields `username`,
`endpoint_id`, `domain`, `allow_same_domain`, `allow_other_domains`,
`allow_phones`, and `allow_apps` are locked after creation.

## Path parameters

- `auth_id` string, required
- `endpoint_id` string, required

## Request body

- object
  - `alias` string, required
  - `password` string, required

## Response `200`

Success

- string

## Other responses

- `202` — Endpoint updated
- `400` — Invalid request parameters
- `404` — Endpoint not found

---

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