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

@ -61,10 +61,6 @@ post:
query:
type: string
description: SPARQL 1.1 query string
user:
type: string
default: trustgraph
description: User/keyspace identifier
collection:
type: string
default: default
@ -78,7 +74,6 @@ post:
summary: SELECT query
value:
query: "SELECT ?s ?p ?o WHERE { ?s ?p ?o } LIMIT 10"
user: trustgraph
collection: default
askQuery:
summary: ASK query