---
title: "Batch Update Article Records"
method: POST
path: "/api/v3/record/article/batch/update"
---

# Batch Update Article Records

`POST /api/v3/record/article/batch/update`

## Request body

- object
  - `data` object[]
    - `id` string, required — Use an article record's globally unique identifier (GUID) to update it.
    - `record` object — Set the fields you'd like to update in the specified record.
      - `articlename` string, required — Article name (Primary)
      - `articlesubject` integer, required — Set the topic of the article (Picklist).
      - `articlebody` string — Long text body of the article.
      - `description` string — Description of up to 4,000 characters.
      - `ownerid` string — The GUID of the system user who created the record, can also be set manually. Will be used for permissions.
      - `statecode` integer — The state of the article (Picklist).
      - `statuscode` integer — The status of the article (Picklist).
      - `viewcount` number, float — Editable number of times the article was viewed.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/fireberry/apis/fireberry-api.md) · [All operations](https://skmtc.dev/fireberry/apis/fireberry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fireberry/fireberry-api/revisions/ad6720f3920f/schema)
