---
title: "Site Included Targets"
method: PUT
path: "/api/3/sites/{id}/included_targets"
tags: ["Site"]
---

# Site Included Targets

`PUT /api/3/sites/{id}/included_targets`

Updates the included targets in a static site.

## Path parameters

- `id` integer, required — The identifier of the site.

## Request body

- string[] — List of addresses to be the site's new included scan targets. Each address is a string that can represent either a hostname, ipv4 address, ipv4 address range, ipv6 address, or CIDR notation.

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/rapid7/apis/rapid7-vm-api.md) · [All operations](https://skmtc.net/rapid7/apis/rapid7-vm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rapid7/rapid7-vm-api/versions/3a8197c22d71/schema)
