FastEdge Templates
Update template
Modify an existing template's configuration. Updates affect future applications created from this template; existing apps are not changed.
put/fastedge/v1/template/{template_id}
Path parameters
template_idinteger required
Unique identifier of the template to update
Request body
Example request
{
"binary_id": 12345,
"name": "api-gateway-template",
"short_descr": "HTTP API gateway with authentication",
"long_descr": "Complete API gateway solution with JWT authentication, rate limiting, and request transformation capabilities.",
"params": [
{
"name": "api_key",
"data_type": "string",
"mandatory": true,
"descr": "API key for external service authentication"
}
]
}Response
Template updated successfully, returns updated metadata