Update a listCopy Pageput https://{hostname}/etp-config/v3/configs/{configId}/lists/{listId}Modifies list properties and all items for a specific list. Full update only.Path ParamslistIdintegerrequiredA unique identifier for the list.configIdintegerrequiredA unique identifier for the configuration.Query ParamsincludeDeletedbooleanDefaults to falseIndicates if the result set includes deleted resources, false by default.truetruefalseaccountSwitchKeystringFor 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 ParamsA custom security list of domains and IP addresses, with a confidence level for each.accessConfigobjectProvides access config details.accessConfig objectallowedForDnsPolicybooleanAllows the list per DNS policy.truetruefalsecreatedBystringlength ≥ 1Name of the user who created this list.descriptionstringrequiredlength ≥ 1A description of the list that you provide.itemCountinteger≥ 0The number of entries in a list.knownCountsobjectContains data of known counts.knownCounts objectmodifiedBystringlength ≥ 1Name of the user who most recently modified the list.namestringrequiredlength ≥ 1The name of the list.policySecuritySettingsarray of objectslength ≥ 0Lists the security settings applied to the policy.policySecuritySettingsADD objectremainingCountinteger≥ 0The number of remaining entries for all lists globally.securityCategoryInfoobjectSpecifies the security category.securityCategoryInfo objectsuspectedCountsobjectThe count of suspected domain entries in the list.suspectedCounts objectHeadersIf-MatchstringrequiredUse the x_etag value included in the GET response. See Concurrency control for details.Responses 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. 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