mirror of https://github.com/zulip/zulip.git
33 lines
644 B
Markdown
33 lines
644 B
Markdown
|
# Update a linkifier
|
||
|
|
||
|
{generate_api_description(/realm/filters/{filter_id}:patch)}
|
||
|
|
||
|
## Usage examples
|
||
|
|
||
|
{start_tabs}
|
||
|
{tab|python}
|
||
|
|
||
|
{generate_code_example(python)|/realm/filters/{filter_id}:patch|example}
|
||
|
|
||
|
{tab|curl}
|
||
|
|
||
|
{generate_code_example(curl)|/realm/filters/{filter_id}:patch|example}
|
||
|
|
||
|
{end_tabs}
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
{generate_api_arguments_table|zulip.yaml|/realm/filters/{filter_id}:patch}
|
||
|
|
||
|
## Response
|
||
|
|
||
|
#### Return values
|
||
|
|
||
|
{generate_return_values_table|zulip.yaml|/realm/filters/{filter_id}:patch}
|
||
|
|
||
|
#### Example response
|
||
|
|
||
|
A typical successful JSON response may look like:
|
||
|
|
||
|
{generate_code_example|/realm/filters/{filter_id}:patch|fixture(200)}
|