Now, the descriptions and all subschemas are directly returned just by `generate_code_example`, and so, these individual subschemas and descriptions can be removed from the templates. All API endpoints docs are exactly the same after the change, except few where missing 400 responses got added due to the modification
1.0 KiB
{generate_api_title(/users/me/subscriptions:post)}
{generate_api_description(/users/me/subscriptions:post)}
Usage examples
{start_tabs} {tab|python}
{generate_code_example(python)|/users/me/subscriptions:post|example}
{tab|js}
More examples and documentation can be found here.
{generate_code_example(javascript)|/users/me/subscriptions:post|example}
{tab|curl}
{generate_code_example(curl, include=["subscriptions"])|/users/me/subscriptions:post|example}
To subscribe another user to a stream, you may pass in
the principals parameter, like so:
{generate_code_example(curl, include=["subscriptions", "principals"])|/users/me/subscriptions:post|example}
{end_tabs}
Parameters
{generate_api_arguments_table|zulip.yaml|/users/me/subscriptions:post}
Response
Return values
{generate_return_values_table|zulip.yaml|/users/me/subscriptions:post}
Example response
{generate_code_example|/users/me/subscriptions:post|fixture(200)}
{generate_code_example|/users/me/subscriptions:post|fixture(400)}