---
title: "Update an existing assignment"
method: PATCH
path: "/assignments/{assignment_id}/"
tags: ["Assignments"]
---

# Update an existing assignment

`PATCH /assignments/{assignment_id}/`

## Path parameters

- `assignment_id` string, required

## Request body

- Assignment
  - `active` boolean
  - `provisioned` boolean
  - `validated` boolean
  - `description` string
  - `owner` string
  - `ticket` string
  - `qinq` integer
  - `wipe` boolean
  - `ccuser` string[]
  - `cloud_id` integer
  - `vlan_id` integer

## Response `201`

Created

## Changes

- **2024-01-29** `73b6d82124fb` — 1 warning
  - removed the request property `is_self_schedule`

[Change history](https://skmtc.dev/quadsproject/apis/quads/changes/assignments/:assignment_id/patch.md)

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/cd516c818c2d/schema)
