You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Blocklists.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
| ------ | ----------- |
6
6
|[get_blocklists](#get_blocklists)| Get multiple blocklists. Only blocklists owned by your organization, shared with your organization or public blocklists are returned. Filters and pagination are available as query parameters. |
7
7
|[create_blocklist](#create_blocklist)| Create a new blocklist owned by your organization. The name must be unique within your organization. The list will only be visible to your organization and organizations you shared the blocklist with. This operation is submitted to quotas |
|[get_blocklist](#get_blocklist)| Get the details of a blocklist by ID. The content of the blocklist is not returned. |
9
10
|[delete_blocklist](#delete_blocklist)| Delete a blocklist by ID. If the blocklist is shared with other organizations or it has subscriptions, the operation will fail. If you want to force delete the blocklist, you can use the force query parameter, so the blocklists will be unshared / unsubscribed. |
10
11
|[update_blocklist](#update_blocklist)| Update a blocklist's details by ID. It is not possible to update the blocklist content using this operation. |
0 commit comments