CDN and DNS (v2.1)

Partial Update IpSet

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

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

Path parameters

workspaceUUIDstring required

UUID of the workspace

resourceIdstring required

Resource ID

Response

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

apiVersion'delivery/v2' | 'delivery/v2.1' required

Version identifier of the API schema

kind'IpSet' required

The string value 'IpSet' that identifies the schema

Example response

{
  "apiVersion": "delivery/v2",
  "kind": "IpSet",
  "metadata": {
    "uid": "00000000-0000-0000-0000-000000000000"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.