topics
put/topics/{id}
Path parameters
idinteger required
id of the topic
Request body
Example request
{
"assessmentId": 1,
"title": "Project A"
}Response
topic
Example response
{
"message": "accepted",
"data": {
"id": 1,
"assessmentId": 1,
"title": "Project A"
}
}