mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 00:46:22 +02:00
release/v2.4 -> master (#844)
This commit is contained in:
parent
a24df8e990
commit
89cabee1b4
386 changed files with 7202 additions and 5741 deletions
|
|
@ -23,7 +23,6 @@ get:
|
|||
"m": { // Metadata
|
||||
"i": "core-id", // Knowledge core ID
|
||||
"m": [...], // Metadata triples array
|
||||
"u": "user", // User
|
||||
"c": "collection" // Collection
|
||||
},
|
||||
"t": [...] // Triples array
|
||||
|
|
@ -36,7 +35,6 @@ get:
|
|||
"m": { // Metadata
|
||||
"i": "core-id",
|
||||
"m": [...],
|
||||
"u": "user",
|
||||
"c": "collection"
|
||||
},
|
||||
"e": [ // Entities array
|
||||
|
|
@ -56,7 +54,6 @@ get:
|
|||
## Query Parameters
|
||||
|
||||
- **id**: Knowledge core ID to export
|
||||
- **user**: User identifier
|
||||
|
||||
## Streaming
|
||||
|
||||
|
|
@ -86,13 +83,6 @@ get:
|
|||
type: string
|
||||
description: Knowledge core ID to export
|
||||
example: core-123
|
||||
- name: user
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: User identifier
|
||||
example: alice
|
||||
responses:
|
||||
'200':
|
||||
description: Export stream
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue