projects
put/projects/{id}
Path parameters
idinteger required
id of the project
Request body
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": "2024-10-30T00:00:00.000Z",
"last_updated_by": 1
}Response
project