---
title: "Update Azure DevOps Target Config"
method: PUT
path: "/targets/{id}/integrations/azure-devops/"
tags: ["Azure DevOps Integration"]
---

# Update Azure DevOps Target Config

`PUT /targets/{id}/integrations/azure-devops/`

## Path parameters

- `id` string, required

## Request body

- AzureDevOpsScope
  - `project` object, required
  - `work_item_type` string, required
  - `auto_sync` boolean — Sync findings to Azure DevOps
  - `auto_sync_closed` boolean

## Response `200`

- AzureDevOpsScope
  - `project` object, required
  - `work_item_type` string, required
  - `auto_sync` boolean — Sync findings to Azure DevOps
  - `auto_sync_closed` boolean

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
