使用 PUT 参数
PUT
/put请求参数
Query 参数
q1
string
可选
示例值:
v1
Body 参数text/plain
示例值:test value
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
args
object
必需
q1
string
必需
data
string
必需
files
object
必需
form
object
必需
headers
object
必需
Accept
string
必需
Accept-Encoding
string
必需
Connection
string
必需
Content-Length
string
必需
Content-Type
string
必需
Host
string
必需
User-Agent
string
必需
json
null
必需
origin
string
必需
url
string
必需
示例
{
"args": {
"q1": "v1"
},
"data": "test value",
"files": {},
"form": {},
"headers": {
"Accept": "*/*",
"Accept-Encoding": "gzip, deflate, br",
"Connection": "close",
"Content-Length": "10",
"Content-Type": "text/plain",
"Host": "httpbin.apifox.com",
"User-Agent": "apifox/1.0.0 (https://www.apifox.cn)"
},
"json": null,
"origin": "116.23.126.194",
"url": "https://httpbin.apifox.com/put?q1=v1"
}
最后修改时间: 2 年前