Skip to content

Commit

Permalink
Update Documentation with core changes (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: discoursebuild <[email protected]>
  • Loading branch information
github-actions[bot] and discoursebuild authored Jan 15, 2025
1 parent 4f6ee8d commit 9306065
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
18 changes: 16 additions & 2 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10162,6 +10162,14 @@
"schema": {
"type": "string"
}
},
{
"name": "per_page",
"in": "query",
"description": "Maximum number of topics returned, between 1-100",
"schema": {
"type": "integer"
}
}
],
"responses": {
Expand Down Expand Up @@ -10394,6 +10402,14 @@
"schema": {
"type": "string"
}
},
{
"name": "per_page",
"in": "query",
"description": "Maximum number of topics returned, between 1-100",
"schema": {
"type": "integer"
}
}
],
"responses": {
Expand Down Expand Up @@ -15905,11 +15921,9 @@
"flags_received_count",
"private_topics_count",
"can_delete_all_posts",
"can_be_deleted",
"can_be_anonymized",
"can_be_merged",
"full_suspend_reason",
"silence_reason",
"primary_group_id",
"badge_count",
"warnings_received_count",
Expand Down
12 changes: 10 additions & 2 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7160,6 +7160,11 @@ paths:
description: Defaults to `desc`, add `ascending=true` to sort asc
schema:
type: string
- name: per_page
in: query
description: Maximum number of topics returned, between 1-100
schema:
type: integer
responses:
'200':
description: topic updated
Expand Down Expand Up @@ -7311,6 +7316,11 @@ paths:
description: 'Enum: `all`, `yearly`, `quarterly`, `monthly`, `weekly`, `daily`'
schema:
type: string
- name: per_page
in: query
description: Maximum number of topics returned, between 1-100
schema:
type: integer
responses:
'200':
description: response
Expand Down Expand Up @@ -11315,11 +11325,9 @@ paths:
- flags_received_count
- private_topics_count
- can_delete_all_posts
- can_be_deleted
- can_be_anonymized
- can_be_merged
- full_suspend_reason
- silence_reason
- primary_group_id
- badge_count
- warnings_received_count
Expand Down

0 comments on commit 9306065

Please sign in to comment.