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
Available options:
In Progress
Available options:
add
, update
, delete
Available options:
none
, safety
, environmental
, performance
, reliability
, maintainability
, security
, interface
, design