mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-12 14:52:11 +02:00
fix(gateway): accept raw utf-8 text in text-load
This commit is contained in:
parent
060ed258eb
commit
d653317a28
4 changed files with 91 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue