Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.devin.ai/v3/enterprise/organizations/{org_id}/code-scans/{scan_id}/findings/{finding_id}/remediate \ --header 'Authorization: Bearer <token>'
{ "finding_id": "<string>", "session_id": "<string>" }
启动 Devin 会话来修复代码扫描发现项
UseAccountCodeScans
409 Conflict
服务用户凭据(前缀:cog_)
组织 ID(前缀:org-)
"org-abc123def456"
成功响应
为代码扫描发现项启动的修复会话。
正在修复的发现项。
为修复该发现项而启动的 Devin 会话 ID。