summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-03-03 18:25:20 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-03-03 18:25:20 -0500
commit434bc943d0dd1e45f5a7e694b0795c49304fe710 (patch)
treea142e245ea548a9a0c05aca046aa2a609a40cc0f
parentFix typo (diff)
Document PUT
-rw-r--r--views/index.dt3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/index.dt b/views/index.dt
index f6de8b4..99d0b12 100644
--- a/views/index.dt
+++ b/views/index.dt
@@ -12,6 +12,9 @@ block content
td: pre: code POST / data=anything
td Pastebin anything
tr
+ td: pre: code PUT /id data=anything
+ td Write anything into /id.
+ tr
td: pre: code GET /id
td Read paste with ID "id"
tr