Difference between revisions of "Template: YAML"
From Genesys Documentation
JenkinsSBO (talk | contribs) |
JenkinsSBO (talk | contribs) |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div class="yamlbox yaml-{{{method}}}" | + | <div class="yamlbox yaml-{{{method}}}"> |
+ | <div class="yamlhead" id="{{{id}}}"> | ||
<h3 class="yaml-text-{{{method}}}">{{{method}}} {{{path}}}</h3> | <h3 class="yaml-text-{{{method}}}">{{{method}}} {{{path}}}</h3> | ||
− | + | <div class="yaml-summary">{{{summary}}}</div> | |
− | + | </div> | |
+ | <div class="yaml-details yaml-hidden" id="details-{{{id}}}"> | ||
{{#if:{{{description}}}| | {{#if:{{{description}}}| | ||
====Description==== | ====Description==== | ||
{{{description}}} | {{{description}}} | ||
|}} | |}} | ||
− | {{#if: {{{content}}} | ====Content==== | + | {{#if: {{{content}}} | |
+ | ====Content==== | ||
{{{content}}} |}} | {{{content}}} |}} | ||
==== Parameters ==== | ==== Parameters ==== | ||
Line 15: | Line 18: | ||
{{{security}}} | {{{security}}} | ||
|}} | |}} | ||
− | + | {{#if:{{{responses}}}| | |
+ | ==== Responses ==== | ||
+ | {{{responses}}} | ||
+ | |}} | ||
+ | </div> | ||
</div> | </div> | ||
+ | : |
Latest revision as of 12:56, October 8, 2020
Contents
{{{method}}} {{{path}}}
{{{summary}}}
Description
{{{description}}}
Content
{{{content}}}
Parameters[edit source]
{{{parameters}}}
Security
{{{security}}}
Responses
{{{responses}}}