---
title: "Update a row in an ISMS register"
method: PATCH
path: "/v1/isms/registers/{register}/{rowId}"
tags: ["ISMS"]
---

# Update a row in an ISMS register

`PATCH /v1/isms/registers/{register}/{rowId}`

Update a row in an ISMS register in Comp AI.

## Path parameters

- `register` string, required
- `rowId` string, required

## Request body

- object
  - `kind` 'internal' | 'external'
  - `category` string
  - `description` string
  - `effect` string
  - `name` string
  - `needsExpectations` string
  - `interestedPartyId` string
  - `partyName` string
  - `requirement` string
  - `treatment` string
  - `objective` string
  - `target` string
  - `ownerMemberId` string
  - `cadence` string
  - `plan` string
  - `measurementMethod` string
  - `status` 'not_started' | 'on_track' | 'at_risk' | 'met'
  - `responsibilities` string
  - `authorities` string
  - `authorityGrantedBy` string
  - `requiredCompetence` string
  - `auditRoute` 'in_house' | 'external' | 'training_planned', nullable
  - `auditRouteMemberId` string, nullable
  - `auditFirmName` string, nullable
  - `auditEvidenceRef` string, nullable
  - `auditCourse` string, nullable
  - `auditDueDate` string, nullable
  - `roleId` string
  - `memberId` string
  - `basisOfCompetence` 'education' | 'training' | 'experience' | 'combination', nullable
  - `evidenceRetained` string, nullable
  - `gap` string, nullable
  - `remediationAction` string, nullable
  - `remediationDueDate` string, nullable
  - `position` integer

## Response `200`

Register row updated

## Changes

- **2026-07-15** `8d8d15c8f24d` — 17 info
  - added the new optional request property `auditCourse`
  - added the new optional request property `auditDueDate`
  - added the new optional request property `auditEvidenceRef`
  - added the new optional request property `auditFirmName`
  - …13 more
- **2026-06-19** `f86a76142b0c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trycompai/apis/comp-ai-api/changes/v1/isms/registers/:register/:rowId/patch.md)

---

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