Skip to main content

Returns the a rendered template given an application component for an app environment

POST 

/api/v2/workspaces/:workspace/template/compile/app/:appenv/:component

Returns the a rendered template given an application component for an app environment

Request

Path Parameters

    workspace stringrequired

    Workspace to use

    appenv stringrequired

    The application environment name

    component stringrequired

    The application component name

Body

required

    Template stringrequired

Responses

The templated result

Schema

    data string
Loading...