UpdateParserScriptInput is an input datatype for updating the parser script. It's used by another input datatype, UpdateParserInputV2, which is used by the updateParserV2() mutation field.

Table: UpdateParserScriptInput

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: Sep 23, 2024
scriptstringyes Long-TermThe parser script that's executed for every incoming event.
languageVersionLanguageVersionInputType  Long-TermA specific language version. If no version is provided, the version already set on the parser will be used. See LanguageVersionInputType.