summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toastin.space>2019-03-03 18:32:35 -0500
committerChloe Kudryavtsev <toast@toastin.space>2019-03-03 18:32:35 -0500
commit808479ebeeb8adc47e1acfbe06a4ecdae887fd57 (patch)
tree8a9606aa7f991ee1cdb2c744e8c3a898502ebe6b
parentRevert "Oneline tables" (diff)
Document how PUT/POST collisions work
-rw-r--r--views/index.dt2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.dt b/views/index.dt
index 3804fb1..6221e6d 100644
--- a/views/index.dt
+++ b/views/index.dt
@@ -13,7 +13,7 @@ block content
td Pastebin anything
tr
td: pre: code PUT /id data=anything
- td Write anything into /id.
+ td Write anything into /id. Collisions disallowed. If a POST id coincides with your PUT content, it will be overwritten.
tr
td: pre: code GET /id
td Read paste with ID "id"