Models/Requirements
Create a new requirement
Creates a new requirement for a specific model
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the model
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
201
application/json
Requirement created successfully
The id of the requirement
The level of the requirement
The name of the requirement
The statement of the requirement
The systems that are related to the requirement
Available options:
In Progress
Available options:
add
, update
, delete
Available options:
none
, safety
, environmental
, performance
, reliability
, maintainability
, security
, interface
, design