UpdateParserFromTemplateInput is an input datatype for updating a parser from a YAML template. It's used by the updateParserFromTemplate() mutation field.

Table: UpdateParserFromTemplateInput

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Sep 23, 2025
idstringyes Long-TermThe unique identifier of the parser.
repositoryNameRepoOrViewNameyes Long-TermThe name of the repository in which to install the parser. RepoOrViewName is a scalar.
yamlTemplateYAMLyes Long-TermThe yaml specification of the parser. YAML is a scalar.