mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 16:16:18 +00:00
24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
|
created: 20181002131341062
|
||
|
modified: 20181002131556452
|
||
|
tags: [[WebServer API]]
|
||
|
title: WebServer API: Put Tiddler
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
Saves the raw fields of a tiddler
|
||
|
|
||
|
```
|
||
|
PUT /recipes/default/tiddlers/{title}
|
||
|
```
|
||
|
|
||
|
The body should be in [[TiddlyWeb JSON tiddler format]].
|
||
|
|
||
|
Parameters:
|
||
|
|
||
|
* ''title'' - URI encoded title of the tiddler to save
|
||
|
|
||
|
Response:
|
||
|
|
||
|
* 204 No Content
|
||
|
*> `Content-Type: text/plain`
|
||
|
*> `Etag: "default/<title>/<changecount>:"`
|