Add direct_url info to API page
This commit is contained in:
parent
e506304b84
commit
9d7f698c70
|
@ -41,6 +41,7 @@
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>“url”: the publicly available upload url<br/>
|
<p>“url”: the publicly available upload url<br/>
|
||||||
|
“direct_url”: the url to access the file directly<br/>
|
||||||
“filename”: the (optionally generated) filename<br/>
|
“filename”: the (optionally generated) filename<br/>
|
||||||
“delete_key”: the (optionally generated) deletion key,<br/>
|
“delete_key”: the (optionally generated) deletion key,<br/>
|
||||||
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/>
|
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/>
|
||||||
|
@ -121,6 +122,7 @@ DELETED</code></pre>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<p>“url”: the publicly available upload url<br/>
|
<p>“url”: the publicly available upload url<br/>
|
||||||
|
“direct_url”: the url to access the file directly<br/>
|
||||||
“filename”: the (optionally generated) filename<br/>
|
“filename”: the (optionally generated) filename<br/>
|
||||||
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/>
|
“expiry”: the unix timestamp at which the file will expire (0 if never)<br/>
|
||||||
“size”: the size in bytes of the file<br/>
|
“size”: the size in bytes of the file<br/>
|
||||||
|
|
Loading…
Reference in New Issue