---
title: "Modify Assessment"
method: PATCH
path: "/api/assessment/v2/assessments/{assessmentId}/metadata"
tags: ["Assessment Management"]
---

# Modify Assessment

`PATCH /api/assessment/v2/assessments/{assessmentId}/metadata`

Use this API to update basic assessment details such as assessment name, assessment description, assessment deadline and reminder.
 
 > 🗒 Things to Know  
 > 
 > - If the assessment is in **Completed** stage, updates made using this API will be ignored.
 > 
 > - If an update is made using this API, an event will be shown in the Assessment Activity.
 > 
 > - This API can update assessments of the following types: PIA, Vendor, ITRM, Control, Exchange and Incident.

## Path parameters

- `assessmentId` string, uuid, required

## Request body

- PrivacyAutomationAssessmentAutomationAssessmentBasicDetailsUpdateRequest
  - `name` string — The name of the assessment to be displayed in the UI
  - `description` string — Detailed description of the assessment's purpose and scope
  - `deadline` string, date-time — The date by which the assessment must be completed
  - `reminder` integer — The number of days before the deadline when a reminder notification should be sent to respondents

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
