This commit is contained in:
techknowlogick 2025-07-25 11:55:27 +08:00 committed by GitHub
commit 184c887bca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View File

@ -60,7 +60,6 @@ func BlockUser(ctx *context.APIContext) {
// type: string
// required: true
// - name: note
// in: query
// description: optional note for the block
// type: string
// responses:

View File

@ -18928,8 +18928,7 @@
{
"type": "string",
"description": "optional note for the block",
"name": "note",
"in": "query"
"name": "note"
}
],
"responses": {