Skip to main content
PUT
Update a requirement

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

modelId
string<uuid>
required

ID of the model

requirementId
string<uuid>
required

ID of the requirement to update

Body

application/json
title
string

Title of the requirement

description
string

Description of the requirement

status
enum<string>

Status of the requirement

Available options:
draft,
active,
completed,
archived
priority
enum<string>

Priority of the requirement

Available options:
low,
medium,
high,
critical

Response

Requirement updated successfully

id
string
required
level
string
required
name
string
required
statement
string
required
Minimum string length: 1
systems
string[]
required
status
required
Available options:
In Progress
functions
string[]
constraints
object[]
parentId
string
pendingState
enum<string> | null
Available options:
add,
update,
delete,
null
type
Available options:
none,
customer,
safety,
environmental,
performance,
reliability,
maintainability,
security,
interface,
design,
business
autoUpdate
boolean
customFields
object
updatedAt
string
info
object
schemaVersion
number
default:1