Skip to content

Commit 3fe7489

Browse files
authored
[WAF] Remove trailing spaces (#19737)
1 parent 3641bb0 commit 3fe7489

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/content/docs/waf/tools/lists/create-dashboard.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To create a list, follow these steps:
4040
4. To [add items using a CSV file](#add-items-using-a-csv-file), select **Upload CSV**.
4141

4242
:::note[Notes]
43-
<Render file="lists-import-notes" product="fundamentals" />
43+
<Render file="lists-import-notes" product="fundamentals" />
4444
:::
4545

4646
### Add items to a list manually

src/content/docs/waf/tools/lists/lists-api/endpoints.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)