admin

Create Topic

Create a new topic with provided fields. Return the created topic details.

post/admin/topics

Request body

titlestring required
prerequisitestring[]
latex_coursestring nullable
latex_exercisestring nullable
latex_correctionstring nullable
images_coursestring[]
images_exercisestring[]
images_correctionstring[]

Response

Successful Response

idstring required
titlestring required
latex_coursestring nullable
latex_exercisestring nullable
latex_correctionstring nullable
images_coursestring[]
images_exercisestring[]
images_correctionstring[]
status'undetermined' | 'wrong' | 'to_edit' | 'ready'

Changes

No recorded changes to this endpoint across all 2 revisions of this API.