Browse Source

Add direct_url info to API page

pull/144/merge v1.3.2
Andrei Marcu 6 years ago
committed by GitHub
parent
commit
9d7f698c70
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      templates/API.html

2
templates/API.html

@ -41,6 +41,7 @@
<blockquote>
<p>“url”: the publicly available upload url<br/>
“direct_url”: the url to access the file directly<br/>
“filename”: the (optionally generated) filename<br/>
“delete_key”: the (optionally generated) deletion key,<br/>
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/>
@ -121,6 +122,7 @@ DELETED</code></pre>
<blockquote>
<p>“url”: the publicly available upload url<br/>
“direct_url”: the url to access the file directly<br/>
“filename”: the (optionally generated) filename<br/>
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/>
“size”: the size in bytes of the file<br/>

Loading…
Cancel
Save