Validate parameters for a given templateAsk AIpost https://api.corestack.io/v2/operation/automation/{tenant_id}/templates/{template_id}/validate_parametersValidate a set of parameters for a given templatePath Paramstenant_idstringrequiredSpecify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.template_idstringrequiredSpecify the template id to validate template execution parameters, template id can be obtained from the list template apiBody Paramsinput_parametersstringrequiredTemplate execution parameters, encoded as a JSON stringResponses 200Success 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated about 2 months ago