Difference between revisions of "Template: YAML"
From Genesys Documentation
JenkinsSBO (talk | contribs) |
JenkinsSBO (talk | contribs) |
||
Line 1: | Line 1: | ||
<div class="yamlbox yaml-{{{method}}}" id="{{{id}}}"> | <div class="yamlbox yaml-{{{method}}}" id="{{{id}}}"> | ||
− | + | <h3 class="yaml-text-{{{method}}}">{{{method}}} {{{path}}}</h3> | |
− | + | <span class="yaml-toggle white-popup"> | |
− | + | <div class="yaml-summary">{{{summary}}}</div> | |
− | + | </span> | |
− | + | <div class="yaml-details yaml-hidden"> | |
− | + | {{#if:{{{description}}}| | |
− | + | ====Description==== | |
− | + | {{{description}}} | |
− | + | |}} | |
− | + | {{#if: {{{content}}} | | |
− | + | ====Content==== | |
− | + | {{{content}}} |}} | |
− | + | ==== Parameters ==== | |
− | + | {{{parameters}}} | |
− | + | {{#if:{{{security}}}| | |
− | + | ==== Security ==== | |
− | + | {{{security}}} | |
− | + | |}} | |
+ | </div> | ||
</div> | </div> |
Revision as of 14:09, October 6, 2020
{{{method}}} {{{path}}}
{{{summary}}}
Description
{{{description}}}
Content
{{{content}}}
Parameters[edit source]
{{{parameters}}}
Security
{{{security}}}