v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBBlockListEntry
Patch block list entry
Requires one of the following scopes: block_list_entries:update, block_list_entries:all, all:update, all:all
patch/api/v2/block-lists-entries/{id}
Path parameters
idstring uuid required
Example:019f94cd-ae0c-7231-b20c-b63de6355707
The ID of the item to update
Request body
Example request
{
"bl_value": "example.com"
}Response
The updated Block List Entry
Example response
{
"id": "019f94cd-83d7-7e6b-bfe1-49c0166cf5d5",
"timestamp_created": "2026-07-24T15:45:24.439Z",
"organization_id": "019f94cd-83d7-7e6b-bfe1-49c1e2ef2967",
"bl_value": "example.com",
"is_domain": true
}