v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Courses

Update a Specific Course

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

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

Path parameters

idstring required

Request body

Response

Success

Example response

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