mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Docs: Clarify that webserver API get all tiddlers only returns non-system tiddlers
Fixes #4212
This commit is contained in:
parent
0610a7b1eb
commit
6496107a32
@ -1,10 +1,10 @@
|
||||
created: 20181002131215403
|
||||
modified: 20181003174025431
|
||||
modified: 20190903094711346
|
||||
tags: [[WebServer API]]
|
||||
title: WebServer API: Get All Tiddlers
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
Gets an array of all raw tiddlers, excluding the ''text'' field.
|
||||
Gets an array of all raw non-system tiddlers, excluding the ''text'' field.
|
||||
|
||||
```
|
||||
GET /recipes/default/tiddlers.json
|
||||
@ -19,4 +19,4 @@ Response:
|
||||
|
||||
* 200 OK
|
||||
*> `Content-Type: application/json`
|
||||
*> Body: array of tiddlers in [[TiddlyWeb JSON tiddler format]]
|
||||
*> Body: array of all non-system tiddlers in [[TiddlyWeb JSON tiddler format]]
|
||||
|
Loading…
Reference in New Issue
Block a user