This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/

WebServer API: Put Tiddler

 18th April 2021 at 10:07am

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

Headers:

Response:

  • 204 No Content
    Content-Type: text/plain
    Etag: "default/<title>/<changecount>:"