이 문서는 https://tiddlywiki.com/languages/ko-KR/에서 티들리위키의 정적 HTML 표현의 일부입니다

WebServer API: Put Tiddler

2021년 4월 18일 오전 10:07

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>:"