Add a file
POST
/oauthLast modified: 9 个月前
Maintainer:
We only allow submission of HTTP (s) links to add files, so you must provide a URL link.
请求参数
Body Params multipart/form-data
module
string
required
Module name, Cannot be changed.
Example:
file_add
url
string
required
URL Link.
Example:
https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png
path
string
required
File save path.
Example:
/test
示例代码
Responses
Success(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 9 个月前