v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Assessments

Update a Specific Assessment

This endpoint updates supplied fields for a specific assessment. The PATCH request does not support the X-Degreed-Organization-Code header. <h3>Required Scope</h3>content:write

patch/api/v2/content/assessments/{id}

Path parameters

idstring required

The ID of the assessment to update.

Request body

Response

Success

Example response

{
  "data": {
    "attributes": {
      "groups-with-access": [],
      "groups-with-access-ids": []
    }
  }
}