@@ -52,7 +52,7 @@ When you make requests to a list while a bulk operation on that list is in progr
5252
5353- ** Operation** : [ Get list items] ( /api/resources/rules/subresources/lists/subresources/items/methods/list/ )
5454- ** Method and endpoints** : ` GET accounts/{account_id}/rules/lists/{list_id}/items[?search={query}] `
55- - ** Notes** :
55+ - ** Notes** :
5656 - Fetches items in a list (all items, by default).
5757 - Items are sorted in ascending order.
5858 - In the case of IP lists, CIDRs are sorted by IP address, then by the subnet mask.
@@ -63,22 +63,22 @@ When you make requests to a list while a bulk operation on that list is in progr
6363- ** Operation** : [ Get a list item] ( /api/resources/rules/subresources/lists/subresources/items/methods/get/ )
6464- ** Method and endpoints** : ` GET accounts/{account_id}/rules/lists/{list_id}/items/{item_id} `
6565- ** Notes** : Fetches an item from a list by ID
66-
66+
6767### Create list items
6868
6969- ** Operation** : [ Create list items] ( /api/resources/rules/subresources/lists/subresources/items/methods/create/ )
7070- ** Method and endpoints** : ` POST accounts/{account_id}/rules/lists/{list_id}/items `
71- - ** Notes** :
71+ - ** Notes** :
7272 - Appends a new item or items to a list.
7373 - Replaces entries that already exist in the list, does not delete any items.
7474 - Overwrites the ` comment ` of the original item.
7575 - The response includes an ` operation_id ` .
76-
76+
7777### Update all list items
7878
7979- ** Operation** : [ Update all list items] ( /api/resources/rules/subresources/lists/subresources/items/methods/update/ )
8080- ** Method and endpoints** : ` PUT accounts/{account_id}/rules/lists/{list_id}/items `
81- - ** Notes** :
81+ - ** Notes** :
8282 - Deletes all current items in the list and replaces them with ` items ` .
8383 - When ` items ` is empty, deletes ** all** items in the list.
8484 - The response includes an ` operation_id ` .
@@ -87,6 +87,6 @@ When you make requests to a list while a bulk operation on that list is in progr
8787
8888- ** Operation** : [ Delete list items] ( /api/resources/rules/subresources/lists/subresources/items/methods/delete/ )
8989- ** Method and endpoints** : ` DELETE accounts/{account_id}/rules/lists/{list_id}/items `
90- - ** Notes** :
90+ - ** Notes** :
9191 - Deletes specified list items.
9292 - The response includes an ` operation_id ` .
0 commit comments