Logo
Akamai APIs API Documentation

Update a list

PUT https://{{host}}/etp-config/v3/configs/:configId/lists/:listId

Modifies list properties and all items for a specific list. Full update only.

 

Body PARAM

Key Datatype Required Description 
includeDeleted
string (Optional) Indicates if the result set includes deleted resources, `false` by default.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
If-Match
string (Required) Use the `ETag` value included in the GET response. See [Concurrency control](https://techdocs.akamai.com/etp-config/reference/concurrency-control) for details.
Content-Type
string
Accept
string




RESPONSES

status OK





Curl
curl -X PUT 'https://undefined/etp-config/v3/configs/:configId/lists/:listId?includeDeleted=&accountSwitchKey=' -H 'If-Match: ' -H 'Content-Type: application/json' -H 'Accept: application/problem+json' -d '{"accessConfig":{"configurable":true,"delegatedAdmins":["delegatedUser@org.com"],"readable":true},"allowedForDnsPolicy":true,"createdBy":"adevi","createdDate":"2017-06-27T21:07:20.443+0000","description":"Costa Rica WB","id":3785,"itemCount":6,"knownCounts":{"domains":3,"ips":2},"modifiedBy":"alfulani","modifiedDate":"2020-06-10T20:39:04.386+0000","name":"Costa Rica WB","policySecuritySettings":[{"confirmedResponseId":1,"confirmedResponseInfo":{"id":1,"name":"Monitor"},"listId":3785,"policyId":2480,"policyName":"Default","shouldNotifyConfirmed":false,"shouldNotifySuspected":false,"suspectedResponseId":1,"suspectedResponseInfo":{"id":1,"name":"Monitor"}},{"confirmedResponseId":1,"confirmedResponseInfo":{"id":1,"name":"Monitor"},"listId":3785,"policyId":84715,"policyName":"NewPWithD","shouldNotifyConfirmed":false,"shouldNotifySuspected":false,"suspectedResponseId":1,"suspectedResponseInfo":{"id":1,"name":"Monitor"}},{"confirmedResponseId":1,"confirmedResponseInfo":{"id":1,"name":"Monitor"},"listId":3785,"policyId":82601,"policyName":"policy_11","shouldNotifyConfirmed":true,"shouldNotifySuspected":true,"suspectedResponseId":1,"suspectedResponseInfo":{"id":1,"name":"Monitor"}}],"securityCategoryId":1,"securityCategoryInfo":{"id":1,"name":"Malware"},"suspectedCounts":{"domains":1,"ips":0}}'

ENDPOINTS