Modify Assessment

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 Params
uuid
required

UUID of the assessment to update

Body Params
string
length ≀ 255

The name of the assessment to be displayed in the UI

string
length ≀ 4000

Detailed description of the assessment's purpose and scope

date-time

The date by which the assessment must be completed

int32
β‰₯ 1

The number of days before the deadline when a reminder notification should be sent to respondents

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*