Patch a listCopy Pagepatch https://{hostname}/etp-config/v3/configs/{configId}/lists/{listId}/itemsModifies individual list items entries. Add or delete only.Path ParamsconfigIdintegerrequiredA unique identifier for the configuration.listIdintegerrequiredA unique identifier for the list.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsItems to add or delete when performing a patch operation on a list.deletearray of stringsrequiredlength ≥ 0An array of IP addresses, domains, URLs and file hashes to delete in the PATCH operation.delete*ADD stringaddarray of objectsrequiredlength ≥ 0Contains details of the list item to add in the patch operation.add*ADD objectAdd FieldResponses 200Successful response. 400Validation error. 401Authentication error. See Get started for help setting up your API token. 403Insufficient permissions See Get started for help setting up your API token. 404Configuration not Found. 409Conflict with current state of resource. Use the X-etag string returned in the response header as If-Match in write requests to avoid overwriting edits by any other API clients. See Concurrency control for details. 412Precondition failed. Use the x_etag string returned in the response header as If-Match in write requests to avoid overwriting edits by any other API clients. See Concurrency control for details.Updated 4 months ago