94
edits
(→Text) |
(→POST) |
||
| Line 95: | Line 95: | ||
<u>'''Inputs'''</u> | <u>'''Inputs'''</u> | ||
- '''text_file''':''file'' // | - '''text_file''':''file'' // text file to store on the server | ||
- '''url''':''str'' // | - '''url''':''str'' // url containing the text to store on the server | ||
- '''text''':''str'' // | - '''text''':''str'' // text to store on the server | ||
- '''ttl''':''int'' {D:0} // | - '''ttl''':''int'' {D:0} // number of seconds until the file will be removed from the system (0 means indefinitely) | ||
''Note:'' Either text_file, url, or text must be provided | ''Note:'' Either text_file, url, or text must be provided | ||
| Line 104: | Line 104: | ||
<u>'''Outputs'''</u> | <u>'''Outputs'''</u> | ||
- '''miid''':''int'' // | - '''miid''':''int'' // unique media item id assigned to this item | ||
====GET==== | ====GET==== | ||
edits