Update API specs

This commit is contained in:
Cyber MacGeddon 2026-04-21 15:56:19 +01:00
parent 594deba73e
commit b887675b4b
36 changed files with 11 additions and 193 deletions

View file

@ -23,7 +23,6 @@ post:
"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 @@ post:
"m": { // Metadata
"i": "core-id",
"m": [...],
"u": "user",
"c": "collection"
},
"e": [ // Entities array
@ -51,7 +49,6 @@ post:
## Query Parameters
- **id**: Knowledge core ID
- **user**: User identifier
## Streaming
@ -77,13 +74,6 @@ post:
type: string
description: Knowledge core ID to import
example: core-123
- name: user
in: query
required: true
schema:
type: string
description: User identifier
example: alice
requestBody:
required: true
content: