Skip to main content
PATCH
Update a QC Checklist and items

Authorizations

Authorization
string
header
required

Owner-scoped bearer token. The owner a request is scoped to is derived from the token; list endpoints also take an explicit owner query parameter your token must be authorized to read.

Path Parameters

qclID
string
required

Body

application/json
id
string<uuid>

Unique identifier for the QC checklist

archivedOn
string<date-time>

Timestamp when the QC checklist was archived

displayName
string

Name of the QC checklist

description
string

A longer description of the QC checklist.

version
string

The version of the checklist

roles
object[]

Roles associated with the QC checklist.

checklistItems
object[]

Response

QC Request patched successfully

id
string<uuid>
required

Unique identifier for the QC checklist

createdOn
string<date-time>
required

Timestamp when the QC checklist was created

displayName
string
required

Name of the QC checklist

checklistItems
object[]
required
archivedOn
string<date-time>

Timestamp when the QC checklist was archived

description
string

A longer description of the QC checklist.

version
string

The version of the checklist

groupType
enum<string>

The type of numbering used for this checklist's groups. Only set once the checklist has at least one group.

Available options:
alphanumeric,
numeric
roles
object[]

Roles associated with the QC checklist.

groups
object[]

Groups associated with the QC checklist. Only applicable to review type checklists.