We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b016f commit df481bdCopy full SHA for df481bd
1 file changed
src/routes/topics.ts
@@ -47,7 +47,7 @@ export default function topicRouter() {
47
* @apiSuccess {number} Topic.createdAt Timestamp when the topic was created.
48
* @apiSuccess {number} Topic.updatedAt Timestamp when the topic was last updated.
49
* @apiSuccess {String} Topic.createdById ID of the user who created the topic.
50
- * @apiSuccess {String} Topic-.updatedById ID of the user who last updated the topic.
+ * @apiSuccess {String} Topic.updatedById ID of the user who last updated the topic.
51
*
52
* @apiError (Error 400) BadRequest Missing required fields.
53
*/
0 commit comments