get an app config template
GET /v1/apps/{app_id}/template-config
GET
/v1/apps/{app_id}/template-config
Create an application template which provides a fully rendered config that can be modified and used to kickstart any application.
Authorizations
Parameters
Path Parameters
app_id
required
string
App ID
Query Parameters
type
required
string
App template type
Responses
201
Created
object
content
string
filename
string
format
string
type
string
400
Bad Request
object
description
string
error
string
user_error
boolean
401
Unauthorized
object
description
string
error
string
user_error
boolean
403
Forbidden
object
description
string
error
string
user_error
boolean
404
Not Found
object
description
string
error
string
user_error
boolean
500
Internal Server Error
object
description
string
error
string
user_error
boolean