Skip to main content

Returns the description of variables

GET 

/api/v2/templates/vars/:path

Returns the description of variables

Request

Path Parameters

    path stringrequired

    The path (in '.' notation) to the variable to describe

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...