---
title: "Update an existing vlan"
method: PATCH
path: "/vlans/{vlan_id}/"
tags: ["Vlans"]
---

# Update an existing vlan

`PATCH /vlans/{vlan_id}/`

## Path parameters

- `vlan_id` integer, required

## Request body

- Vlan
  - `gateway` string
  - `ip_free` integer
  - `ip_range` string
  - `netmask` string
  - `vlan_id` integer

## Response `200`

Vlan details

- Vlan
  - `gateway` string
  - `ip_free` integer
  - `ip_range` string
  - `netmask` string
  - `vlan_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/quadsproject/apis/quads.md) · [All operations](https://skmtc.net/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quadsproject/quads/versions/a060ee3d649d/schema)
