v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Content - Articles

Update a Specific Article

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

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

Path parameters

idstring required

Request body

Response

Success

Example response

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