Skip to main content

Returns the description of variables

GET 

/api/v2/templates/vars

Returns the description of variables

Request

Query Parameters

    recurse string

    will return all the nested objects

Responses

The variables available to a template

Schema

  • Array [

  • description string
    examples string[]
    includes undefined[]
    name string
    onlyFor string
    path stringrequired
    pathInContainer string
    pathToContainer string
    source string
    type stringrequired
  • ]

Loading...