---
title: "Partial Update Reduced Scope"
method: PATCH
path: "/targets/{target_id}/reduced-scopes/{id}/"
tags: ["Reduced Scopes"]
---

# Partial Update Reduced Scope

`PATCH /targets/{target_id}/reduced-scopes/{id}/`

## Path parameters

- `id` string, required — A unique Base58 value identifying this object.
- `target_id` string, required

## Request body

- PatchedReducedScope
  - `id` string — A unique Base58 value identifying this object.
  - `url` string, uri — URL to scan. The maximum length is 2048 characters.
  - `enabled` boolean

## Response `200`

- ReducedScope
  - `id` string, required — A unique Base58 value identifying this object.
  - `url` string, uri, required — URL to scan. The maximum length is 2048 characters.
  - `enabled` 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/revisions/e29879bff01b/schema)
