---
title: "Update the scheduled override assignment"
method: PUT
path: "/api-public/v1/overrides/{publicId}/assignments/{policySlug}"
tags: ["Scheduled Overrides"]
---

# Update the scheduled override assignment

`PUT /api-public/v1/overrides/{publicId}/assignments/{policySlug}`

Update the scheduled override assignment

This API may be called a maximum of 2 times per second.

## Path parameters

- `publicId` string, required
- `policySlug` string, required

## Headers

- `X-VO-Api-Id` string, required
- `X-VO-Api-Key` string, required

## Request body

- UpdateAssignment
  - `username` string, required — The username of the person you want to assign to the override.
  - `acceptOverlap` boolean — Acknowledge that you are assigning someone who already has an absence scheduled at this time, and complete the assignment anyway.

## Response `200`

The assignment for the given policySlug

- Assignment
  - `_selfUrl` string
  - `team` string
  - `policy` string
  - `assigned` boolean
  - `user` string

## Other responses

- `400` — Problem with the request arguments. The response payload may include an error message.
- `401` — Authentication parameters missing
- `403` — Authentication failed or rate-limit reached
- `404` — Path not found
- `422` — You have reached your user limit.
- `500` — Internal Server Error

---

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