跳转到主要内容
DELETE
/
v3beta1
/
organizations
/
{org_id}
/
snapshot-setup
/
builds
/
{build_id}
/
pin
取消固定构建(如果未固定则不执行任何操作)
curl --request DELETE \
  --url https://api.devin.ai/v3beta1/organizations/{org_id}/snapshot-setup/builds/{build_id}/pin \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.devin.ai/llms.txt

Use this file to discover all available pages before exploring further.

权限

需要具备组织级别 ManageOrgSnapshots 权限的服务用户。

行为

取消固定构建。如果该构建当前未固定,则不会执行任何操作。

授权

Authorization
string
header
必填

服务用户凭据(前缀:cog_)

路径参数

build_id
string
必填

响应

成功响应