mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 04:43:58 +00:00
docs: Make remove-linkifiers use curl example system.
This commit is contained in:
@@ -15,10 +15,7 @@ in messages and topics.
|
|||||||
|
|
||||||
{tab|curl}
|
{tab|curl}
|
||||||
|
|
||||||
``` curl
|
{generate_code_example(curl)|/realm/filters/{filter_id}:delete|example}
|
||||||
curl -X DELETE {{ api_url }}/v1/realm/filters/{filter_id} \
|
|
||||||
-u BOT_EMAIL_ADDRESS:BOT_API_KEY
|
|
||||||
```
|
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
|
|||||||
@@ -27,8 +27,10 @@ exclude_list = [
|
|||||||
'create-user-group.md',
|
'create-user-group.md',
|
||||||
'update-user-group.md',
|
'update-user-group.md',
|
||||||
'delete-user-group.md',
|
'delete-user-group.md',
|
||||||
|
'add-linkifiers.md',
|
||||||
# Endpoint can be called only by administrators.
|
# Endpoint can be called only by administrators.
|
||||||
'create-user.md',
|
'create-user.md',
|
||||||
|
'remove-linkifiers.md',
|
||||||
# Endpoint does not accept bot requests
|
# Endpoint does not accept bot requests
|
||||||
'get-user-groups.md',
|
'get-user-groups.md',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user