feat: added some summary and descriptions

v1.18.x
psychobunny 5 years ago
parent 390dbb1bf3
commit ae3e90d693

@ -10071,7 +10071,7 @@ paths:
tags: tags:
- tags - tags
summary: /api/tags summary: /api/tags
description: Returns a list of tags with the most topics description: Returns a list of tags sorted by the most topics
responses: responses:
"200": "200":
description: "" description: ""
@ -10082,7 +10082,7 @@ paths:
properties: properties:
tags: tags:
type: array type: array
description: An array of tags with the most topics description: An array of tags sorted by the most topics
items: items:
type: object type: object
properties: properties:
@ -10177,10 +10177,11 @@ paths:
get: get:
tags: tags:
- topics - topics
summary: /api/popular summary: Popular Topics
description: Returns a list of topics sorted by most replies. In an event of a tie breaker, the topic with the most views. Can be filtered by All Time, Day, Week, or Month.
responses: responses:
"200": "200":
description: "" description: An array of topic objects sorted by most replies and views.
content: content:
application/json: application/json:
schema: schema:
@ -10603,10 +10604,11 @@ paths:
get: get:
tags: tags:
- topics - topics
summary: /api/recent summary: Recent Topics
description: Returns a list of topics sorted by timestamp.
responses: responses:
"200": "200":
description: "" description: An array of topic objects sorted by timestamp.
content: content:
application/json: application/json:
schema: schema:
@ -11030,10 +11032,11 @@ paths:
get: get:
tags: tags:
- topics - topics
summary: /api/top summary: Top Topics
description: Returns a list of topics sorted by most upvotes.
responses: responses:
"200": "200":
description: "" description: An array of topic objects sorted by most upvotes.
content: content:
application/json: application/json:
schema: schema:
@ -11476,10 +11479,11 @@ paths:
get: get:
tags: tags:
- topics - topics
summary: /api/unread summary: Unread Topics
description: Returns a list of the current user's unread topics, sorted by the last post's timestamp.
responses: responses:
"200": "200":
description: "" description: An array of unread topic objects sorted by the last post's timestamp.
content: content:
application/json: application/json:
schema: schema:

Loading…
Cancel
Save