Skip to main content
PATCH
Management API 主机(api.scanova.io)上更改批量操作的结果文件格式(或目标文件夹)并重新触发生成,使用您的原始 Management API 密钥进行身份验证。
string
必填
操作的 operation_id
string
重新生成结果所用的文件格式,例如 csvxlsxzip
integer
用于保存重新生成结果的文件夹 id。
此操作会启动一次异步重新生成——响应确认请求已被接受,而非新文件已经就绪。轮询列出批量操作并关注 result_file 以获取更新后的下载 URL。如果 operation_id 不是该账户拥有的操作,则返回 404

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

路径参数

operation_id
string
必填

响应

Regeneration started.