Student

Create Thread For Student

POST /student/threads Body: { "title": "Some Title" }

The student can create a new thread for themselves.

  • threads.student_id = student_id
  • optionally, you might also find the mentor_id if you want to store it, or leave it blank if it's just a student personal thread.
post/student/threads

Request body

titlestring

Response

Successful Response

{"stackTrail":"paths:/student/threads:post:responses:201:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.