Files
zulip/templates/zerver/api/fetch-api-key.md
Suyash Vardhan Mathur cc2aa41fae openapi: Auto render parameter descriptions.
This commit modifies the templates to
auto-generate general descriptions of
parameters directly from the newly
added field of x-parameter-description
as a part of the goal of a common template.
2021-06-22 10:58:43 -07:00

495 B

{generate_api_title(/fetch_api_key:post)}

{generate_api_description(/fetch_api_key:post)}

Usage examples

{start_tabs} {tab|curl}

{generate_code_example(curl)|/fetch_api_key:post|example}

{end_tabs}

Parameters

{generate_api_arguments_table|zulip.yaml|/fetch_api_key:post}

{generate_parameter_description(/fetch_api_key:post)}

Response

{generate_return_values_table|zulip.yaml|/fetch_api_key:post}

Example response

{generate_code_example|/fetch_api_key:post|fixture(200)}