Skip to content

Commit

Permalink
Update Documentation with core changes (#118)
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 Aug 27, 2024
1 parent 03221a7 commit 6711c60
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
6 changes: 5 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -16046,7 +16046,11 @@
"type": "string",
"example": "delete"
}
}
},
"required": [
"silenced_till",
"reason"
]
}
}
}
Expand Down
22 changes: 13 additions & 9 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -748,9 +748,9 @@ paths:
- min_count
category_setting:
auto_bump_cooldown_days: 1
num_auto_bump_daily:
require_reply_approval:
require_topic_approval:
num_auto_bump_daily:
require_reply_approval:
require_topic_approval:
read_only_banner:
type:
- string
Expand Down Expand Up @@ -1236,9 +1236,9 @@ paths:
- min_count
category_setting:
auto_bump_cooldown_days: 1
num_auto_bump_daily:
require_reply_approval:
require_topic_approval:
num_auto_bump_daily:
require_reply_approval:
require_topic_approval:
read_only_banner:
type:
- string
Expand Down Expand Up @@ -1722,9 +1722,9 @@ paths:
- min_count
category_setting:
auto_bump_cooldown_days: 1
num_auto_bump_daily:
require_reply_approval:
require_topic_approval:
num_auto_bump_daily:
require_reply_approval:
require_topic_approval:
read_only_banner:
type:
- string
Expand Down Expand Up @@ -11408,6 +11408,9 @@ paths:
post_action:
type: string
example: delete
required:
- silenced_till
- reason
"/admin/users/{id}/anonymize.json":
put:
summary: Anonymize a user
Expand Down Expand Up @@ -11895,3 +11898,4 @@ servers:
default: discourse.example.com
components:
schemas: {}
...

0 comments on commit 6711c60

Please sign in to comment.