fix: querying webhook trigger issue (#28753)

This commit is contained in:
Will 2025-11-27 10:56:21 +08:00 committed by GitHub
parent 2f6b3f1c5f
commit 09a8046b10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ console_ns.schema_model(
class WebhookTriggerApi(Resource):
"""Webhook Trigger API"""
@console_ns.expect(console_ns.models[Parser.__name__], validate=True)
@console_ns.expect(console_ns.models[Parser.__name__])
@setup_required
@login_required
@account_initialization_required