Skip to main content
PATCH
/
v1
/
isms
/
registers
/
{register}
/
{rowId}
Update a row in an ISMS register
curl --request PATCH \
  --url https://api.trycomp.ai/v1/isms/registers/{register}/{rowId} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "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>",
  "position": 1
}
'

Authorizations

X-API-Key
string
header
required

API key for authentication

Path Parameters

register
string
required
rowId
string
required

Body

application/json

Register row fields (per-register; validated at runtime by zod)

kind
enum<string>
Available options:
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
enum<string>
Available options:
not_started,
on_track,
at_risk,
met
position
integer
Required range: x >= 0

Response

200

Register row updated