mirror of
https://github.com/rikkaneko/paste.git
synced 2025-08-07 06:25:33 +01:00
Add a control to toggle URL redirection to paste.html
Update README.md Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
19c9c69a78
commit
3c900bc92a
3 changed files with 17 additions and 1 deletions
|
@ -58,6 +58,7 @@ GET /<uuid>/<option> Fetch the paste (code) in rendered HTML with syntax hi
|
|||
# content-type: The media type (MIME) of the data and encoding, i.e., text/plain; charset=UTF-8;
|
||||
# pass: Paste password
|
||||
# read-limit: Limit access times to paste to <read-limit>
|
||||
# paste-type: Set paste type (Available: paste, link)
|
||||
POST / Create new paste [x]
|
||||
|
||||
DELETE /<uuid> Delete paste by uuid [x]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue