---
title: "Update a HelpCenter article"
method: PATCH
path: "/v1/helpcenter/articles/{id}"
tags: ["HelpCenter"]
---

# Update a HelpCenter article

`PATCH /v1/helpcenter/articles/{id}`

Partially updates a HelpCenter article

## Path parameters

- `id` string, uuid, required

## Request body

- ExternalArticleUpdateSchema — Payload for partially updating a Help Center article via the external API.
  - `title` string, nullable
  - `categoryId` string, uuid, nullable
  - `content` string, nullable
  - `description` string, nullable
  - `tags` string, nullable
  - `slug` string, nullable

## Response `200`

Successful Response

- ExternalArticleResponseSchema
  - `id` string, uuid, nullable
  - `categoryId` string, uuid, required
  - `companyId` string, uuid, required
  - `slug` string, required
  - `order` number, required
  - `lastPublishedAt` string, date-time, nullable
  - `title` string, required
  - `description` string, nullable
  - `content` string, nullable
  - `tags` string, nullable
  - `upVotes` integer
  - `downVotes` integer
  - `mentions` integer
  - `pageTitle` string, nullable
  - `canonicalUrl` string, nullable
  - `segments` string[], nullable
  - `locale` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/atlas/apis/atlas-api.md) · [All operations](https://skmtc.net/atlas/apis/atlas-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlas/atlas-api/revisions/2590aa53fcf2/schema)
