Skip to content

Commit df481bd

Browse files
committed
Fixed topic routes api annotations
1 parent d2b016f commit df481bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/topics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function topicRouter() {
4747
* @apiSuccess {number} Topic.createdAt Timestamp when the topic was created.
4848
* @apiSuccess {number} Topic.updatedAt Timestamp when the topic was last updated.
4949
* @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.
50+
* @apiSuccess {String} Topic.updatedById ID of the user who last updated the topic.
5151
*
5252
* @apiError (Error 400) BadRequest Missing required fields.
5353
*/

0 commit comments

Comments
 (0)