Models/Requirements
Update a requirement
Updates a specific requirement by ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the model
ID of the requirement to update
Body
application/json
Title of the requirement
Description of the requirement
Status of the requirement
Available options:
draft
, active
, completed
, archived
Priority of the requirement
Available options:
low
, medium
, high
, critical
Response
200
application/json
Requirement updated successfully
Available options:
In Progress
Available options:
add
, update
, delete
Available options:
none
, safety
, environmental
, performance
, reliability
, maintainability
, security
, interface
, design