写入存储值
curl --request PUT \
--url http://{host}:{port}/storage/{key} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"foo": "bar"
}'存储
写入存储值
PUT
/
storage
/
{key}
写入存储值
curl --request PUT \
--url http://{host}:{port}/storage/{key} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"foo": "bar"
}'最后修改于 2026年6月23日
此页面对您有帮助吗?
⌘I
