v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Events

Update a Specific Event

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

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

Path parameters

idstring required

The ID of the event to update.

Request body

Response

Success

Example response

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