mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 01:31:02 +02:00
More API doc hacking
This commit is contained in:
parent
414ce50c83
commit
f1bcd5b5a2
2 changed files with 103 additions and 5 deletions
|
|
@ -69,10 +69,15 @@ e.g.
|
|||
}
|
||||
```
|
||||
|
||||
## Multi-part response
|
||||
|
||||
For a multi-part response, a number of responses are provided with the
|
||||
same ID until the final message which has the `complete` field set to
|
||||
true.
|
||||
|
||||
Note that multi-part responses are a feature of the websocket API which
|
||||
the request/response nature of the REST API is not able to provide.
|
||||
|
||||
e.g.
|
||||
|
||||
Request:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue