Skip to main content
PATCH
Update a QC Process

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

qcpID
string
required

Body

application/json
displayName
string

The display name of the QC process

description
string

A longer description of the QC checklist.

checklistId
string<uuid>

Unique identifier for the QC checklist for this process

archivedOn
string<date-time>

Timestamp when the QC process was archived

Response

QC Process patched successfully

id
string<uuid>
required

Unique identifier for the QC process

owner
string
required

The ID of the owner

displayName
string
required

The display name of the QC process

createdOn
string<date-time>
required

Timestamp when the QC process was created

archivedOn
string<date-time>

Timestamp when the QC process was archived

checklistId
string<uuid>

Unique identifier for the QC checklist for this process