mirror of https://github.com/zulip/zulip.git
35 lines
606 B
Markdown
35 lines
606 B
Markdown
# Set "typing" status
|
|
|
|
{generate_api_description(/typing:post)}
|
|
|
|
## Usage examples
|
|
|
|
{start_tabs}
|
|
{tab|python}
|
|
|
|
{generate_code_example(python)|/typing:post|example}
|
|
|
|
{tab|js}
|
|
|
|
More examples and documentation can be found [here](https://github.com/zulip/zulip-js).
|
|
|
|
{generate_code_example(javascript)|/typing:post|example}
|
|
|
|
{tab|curl}
|
|
|
|
{generate_code_example(curl)|/typing:post|example}
|
|
|
|
{end_tabs}
|
|
|
|
## Parameters
|
|
|
|
{generate_api_arguments_table|zulip.yaml|/typing:post}
|
|
|
|
## Response
|
|
|
|
#### Example response
|
|
|
|
A typical successful JSON response may look like:
|
|
|
|
{generate_code_example|/typing:post|fixture(200)}
|