📢 Release 1.0.0-beta.11(2026-06-03)现已推出
Arcadia

保存文件内容

POST
/file/v1/content
api-token<token>

32位令牌,在控制面板《个人设置 - 令牌管理》页面获取

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/file/v1/content" \  -H "Content-Type: application/json" \  -d '{    "path": "string",    "content": "string"  }'
true