File API
文件API端点
获取指定存储桶中的文件信息
Path parameters
bucketstringRequired
存储桶名称
pathstringRequired
文件路径
Body
bucketstringRequiredExample:
存储桶名称
ImagespathstringRequiredExample:
文件路径
example.jpgResponses
200
成功获取文件信息
application/json
400
无效的请求格式
application/json
403
存储桶为只读
application/json
404
文件或存储桶不存在
application/json
patch
/{bucket}/{path}Last updated
Was this helpful?