PutScript API does not accept mustache search template objects in StoredScript #876
Labels
Area: Specification
Related to the API spec used to generate client code
Category: Bug
Something isn't working
The PutScript API supports scripts in string format and mustache search templates in json object format. These options are detailed in the API Docs.
The existing generated code for StoredScript only accepts string data for the script source. This makes it impossible for the client to create or update search templates written in mustache.
If trying to read in a valid script request body there are parsing errors:
The text was updated successfully, but these errors were encountered: