projects

post/projects

Request body

idnumber
project_titlestring
ownerinteger
{"stackTrail":"paths:/projects:post:requestBody:content:application/json:schema:properties:users","oasType":"schema","type":"unknown","example":null}
start_datestring date-time
ai_risk_classification'high risk' | 'limited risk' | 'minimal risk'
type_of_high_risk_role'deployer' | 'provider' | 'distributor' | 'importer' | 'product manufacturer' | 'authorized representative'
goalstring
last_updated_byinteger

Example request

{
  "id": 1,
  "project_title": "AI Compliance Checker",
  "owner": 1,
  "start_date": "2023-01-15T00:00:00.000Z",
  "ai_risk_classification": "high risk",
  "type_of_high_risk_role": "deployer",
  "goal": "To ensure compliance with AI governance standards",
  "last_updated_by": 1
}

Response

new created project

Changes