TiddlyWiki5/editions/tw5.com/tiddlers/webserver/WebServer API_ Put Tiddler.tid

24 wiersze
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>:"`