v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
Access Lists

Update the specified Custom Access List associated with a Shield Zone

patch/shield/shield-zone/{shieldZoneId}/access-lists/{id}

Path parameters

idinteger required

The ID of the Custom Access List to update.

The ID of the Custom Access List to update.

shieldZoneIdinteger required

The ID of the Shield Zone to which the Custom Access List belongs.

The ID of the Shield Zone to which the Custom Access List belongs.

Request body

namestring nullable

The new display name for the access list. If null, the current name is preserved.

contentstring nullable

The new content for the access list with entries separated by newlines. If null, the current content is preserved.

checksumstring nullable

SHA-256 checksum of the new content for integrity verification. If null, it will be automatically calculated.

Response

OK