---
title: "Bulk Partial Update Targets with Unlimited Scans"
method: PATCH
path: "/account/unlimited/"
tags: ["Account"]
---

# Bulk Partial Update Targets with Unlimited Scans

`PATCH /account/unlimited/`

## Query parameters

- `exclude_team` string[]
- `id` string[]
- `label` string[]
- `label_logical_operator` 'and' | 'or'
- `ordering` string
- `risk` integer[]
- `scan_profile` string[]
- `search` string
- `team` string[]
- `type` string[]
- `unlimited` boolean
- `verified` boolean

## Request body

- UnlimitedScope[]
  - `id` string, required
  - `site` SimpleTarget, required
    - `id` string, required — A unique Base58 value identifying this object.
    - `name` string — Name of the target or extra host. The maximum length is 255 characters.
    - `url` string — URL of the target.
    - `changed` string, date-time, required — Date and time of the last change, in ISO 8601 UTC format. For example, "2023-08-09T13:27:43.8208302".
    - `changed_by` SimpleUser, required
      - `id` string, required — A unique Base58 value identifying this object.
      - `email` string, email — Email of the user.
      - `name` string, required — Name of the user.
  - `teams` SimpleTeam[], required
    - `id` string — A unique Base58 value identifying this object.
    - `name` string, required
  - `unlimited` boolean — If true, the target has unlimited scans. If false, scans consume credits. Learn more about [unlimited scans vs scans with credits](https://help.probely.com/en/articles/6845523-unlimited-scans-vs-scans-with-credits). Defaults to true.

## Response `200`

- UnlimitedScope[]
  - `id` string, required
  - `site` SimpleTarget, required
    - `id` string, required — A unique Base58 value identifying this object.
    - `name` string — Name of the target or extra host. The maximum length is 255 characters.
    - `url` string — URL of the target.
    - `changed` string, date-time, required — Date and time of the last change, in ISO 8601 UTC format. For example, "2023-08-09T13:27:43.8208302".
    - `changed_by` SimpleUser, required
      - `id` string, required — A unique Base58 value identifying this object.
      - `email` string, email — Email of the user.
      - `name` string, required — Name of the user.
  - `teams` SimpleTeam[], required
    - `id` string — A unique Base58 value identifying this object.
    - `name` string, required
  - `unlimited` boolean — If true, the target has unlimited scans. If false, scans consume credits. Learn more about [unlimited scans vs scans with credits](https://help.probely.com/en/articles/6845523-unlimited-scans-vs-scans-with-credits). Defaults to true.

## Other responses

- `400`
- `401`
- `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)
