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