assessments
put/assessments/{id}
Path parameters
idinteger required
id of the assessment
Request body
Example request
{
"id": 1,
"projectId": 1
}Response
assessment
Example response
{
"message": "accepted",
"data": {
"id": 1,
"project_id": 1,
"created_at": "2024-01-01T00:00:00.000Z"
}
}