---
title: "Partial Update IpSet"
method: PATCH
path: "/delivery/v2.1/global/workspaces/{workspaceUUID}/ipsets/{resourceId}"
tags: ["CDN and DNS (v2.1)"]
---

# Partial Update IpSet

`PATCH /delivery/v2.1/global/workspaces/{workspaceUUID}/ipsets/{resourceId}`

Partially updates an existing IpSet object in the specified workspace with the provided configuration.

## Path parameters

- `workspaceUUID` string, required
- `resourceId` string, required

## Response `200`

The IpSet was successfully partially updated. 
The response contains the complete IpSet details including the assigned unique identifier.

- V2IpSet
  - `apiVersion` 'delivery/v2' | 'delivery/v2.1', required — Version identifier of the API schema
  - `kind` 'IpSet', required — The string value 'IpSet' that identifies the schema
  - `metadata` V2ObjectMeta, required — Standard resource metadata fields
    - `creationTimestamp` string, date-time, required
    - `labels` object, required — Labels are key-value pairs attached to resources for organization and categorization
    - `name` string, required — User-provided name that uniquely identifies the resource within its workspace
    - `namespace` string, required — Namespace is the namespace in which the resource exists
    - `uid` string, required — System-generated unique identifier for the resource
  - `spec` V1beta1IpSetSpec, required — Desired configuration for the IpSet
    - `cidrs` string[], required

## Other responses

- `400` — Bad Request - invalid request payload or parameters
- `401` — Unauthorized - invalid or expired authentication token
- `403` — Forbidden - insufficient permissions

---

[API](https://skmtc.dev/sotoon/apis/sotoon-api.md) · [All operations](https://skmtc.dev/sotoon/apis/sotoon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sotoon/sotoon-api/revisions/c937cd9861c5/schema)
