---
title: "Updating performance evaluation"
method: PUT
path: "/performance-evaluations/{performanceEvaluationId}"
tags: ["Post Hiring"]
---

# Updating performance evaluation

`PUT /performance-evaluations/{performanceEvaluationId}`

Updates a performance evaluation.

## Path parameters

- `performanceEvaluationId` integer, required

## Request body

- PerformanceEvaluationPutRequest
  - `value` 'high' | 'medium' | 'low' — Value of the performance evaluation

## Response `200`

A confirmation of successful update of the performance evaluation.

- PerformanceEvaluationPutRequest
  - `value` 'high' | 'medium' | 'low' — Value of the performance evaluation

## Other responses

- `400` — BadRequest / Invalid Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound / Resource not found

---

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