API
{{ selectedApi.method }} {{ selectedApi.path }}

{{ selectedApi.title[lang] }}

{{ selectedApi.desc[lang] }}

{{ t('headers') }}

{{ t('name') }}{{ t('required') }}{{ t('description') }}{{ t('allowed') }}
{{ hdr.name }} {{ t('yes') }} {{ t('no') }} {{ hdr.desc[lang] }} {{ hdr.allowed[lang] || '—' }}

{{ t('pathParams') }}

{{ t('name') }}{{ t('description') }}{{ t('allowed') }}
{{ prm.name }} {{ prm.desc[lang] }} {{ prm.allowed[lang] || '—' }}

{{ t('bodyParams') }}

{{ t('name') }}{{ t('type') }}{{ t('required') }}{{ t('description') }}{{ t('allowed') }}{{ t('default') }}
{{ prm.name }} {{ prm.type }} {{ t('yes') }} {{ t('conditional') }} {{ t('no') }} {{ prm.desc[lang] }} {{ prm.allowed[lang] || '—' }} {{ prm.defaultVal }}

{{ t('reqExample') }}

{{ selectedApi.examples[activeExampleTab].code }}

{{ t('resExample') }}

JSON
{{ selectedApi.response }}
{{ toastMsg }}