---
title: "Update Assessments"
method: PUT
path: "/v1/hire/{vendorId}/assessments/{assessmentId}"
tags: ["Assessment"]
---

# Update Assessments

`PUT /v1/hire/{vendorId}/assessments/{assessmentId}`

Update assessments

## Path parameters

- `assessmentId` string, uuid, required
- `vendorId` string, uuid, required

## Request body

- AssessmentUpdateDto — class AssessmentUpdateDto.
  - `vendorAssessmentId` string, nullable — Gets or sets the vendor assessment identifier.
  - `name` string, nullable — Gets or sets the name.
  - `description` string, nullable — Gets or sets the description.
  - `duration` integer, nullable — Gets or sets the duration.

## Response `200`

Success

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.net/keka/apis/keka-api.md) · [All operations](https://skmtc.net/keka/apis/keka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keka/keka-api/revisions/907ea395c885/schema)
