---
title: "Update an article"
method: PUT
path: "/helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}"
tags: ["Help center articles"]
---

# Update an article

`PUT /helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}`

Update a help center article

## Path parameters

- `helpcenterArticleId` string, required

## Request body

- HelpcenterArticleDto
  - `title` unknown
  - `description` unknown
  - `content` unknown
  - `plainContent` unknown
  - `helpcenterCollection` string
  - `author` string
  - `project` string
  - `isDraft` boolean
  - `docId` number, double
  - `expectedVersion` number, double — Optimistic-concurrency token. When provided, the update is applied only if the article's current `version` still equals this value; otherwise the server rejects the write with 409 (and preserves the rejected content as a 'conflict' version). When omitted, the save falls back to last-write-wins (keeps the existing editor working until it is updated to send the token).
  - `lexorank` string
  - `upvotes` unknown
  - `targetAudience` string
  - `externalId` string
  - `baseAudienceFilter` unknown
  - `extendedAudienceFilter` unknown
  - `tags` string[]
  - `newCollectionId` string — Deprecated here. Only read by PUT .../articles/{id}/move (which has its own body); ignored on create/update.

## Response `200`

Ok

- HelpcenterArticleDocument
  - `updatedAt` string, required
  - `createdAt` string, required
  - `extendedAudienceFilter` unknown
  - `baseAudienceFilter` unknown
  - `docId` number, double
  - `author` object
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `helpcenterCollection` object
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `upvotes` unknown
  - `plainContent` unknown
  - `lexorank` string
  - `project` object
    - `isValid` object
    - `createFromHexString` object
    - `createFromTime` object
    - `generate` object
    - `cacheHexString` unknown
    - `prototype` string
  - `externalId` string
  - `content` unknown
  - `title` unknown
  - `description` unknown
  - `sourceUsage` number, double, required
  - `version` number, double, required
  - `isDraft` boolean, required
  - `targetAudience` string, required
  - `tags` string[], required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/b706fc73777f/schema)
