fix(gateway): accept raw utf-8 text in text-load (#729)

Co-authored-by: nanqinhu <139929317+nanqinhu@users.noreply.github.com>
This commit is contained in:
CommitHu502Craft 2026-03-30 23:58:58 +08:00 committed by Cyber MacGeddon
parent 5a9db2da50
commit 7af1d60db8
4 changed files with 91 additions and 9 deletions

View file

@ -8,8 +8,7 @@ required:
properties:
text:
type: string
description: Text content (base64 encoded)
format: byte
description: Text content, either raw text or base64 encoded for compatibility with older clients
example: VGhpcyBpcyB0aGUgZG9jdW1lbnQgdGV4dC4uLg==
id:
type: string