mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Update API specs for 2.1 (#699)
* Updating API specs for 2.1 * Updated API and SDK docs
This commit is contained in:
parent
c387670944
commit
664d1d0384
19 changed files with 4280 additions and 1949 deletions
|
|
@ -28,3 +28,23 @@ properties:
|
|||
description: Collection to query
|
||||
default: default
|
||||
example: research
|
||||
g:
|
||||
type: string
|
||||
description: |
|
||||
Named graph filter (optional).
|
||||
- Omitted/null: all graphs
|
||||
- Empty string: default graph only
|
||||
- URI string: specific named graph (e.g., urn:graph:source, urn:graph:retrieval)
|
||||
example: urn:graph:source
|
||||
streaming:
|
||||
type: boolean
|
||||
description: Enable streaming response delivery
|
||||
default: false
|
||||
example: true
|
||||
batch-size:
|
||||
type: integer
|
||||
description: Number of triples per streaming batch
|
||||
default: 20
|
||||
minimum: 1
|
||||
maximum: 1000
|
||||
example: 50
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue