You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type Parameter type, currently supports string, number, boolean, select four types, corresponding to string, number, boolean, drop-down box
However, when attempting to use an unsupported type, the system raised an error listing additional parameter types:
Input should be 'string', 'number', 'boolean', 'select', 'secret-input', 'file', 'files' or 'systme-files'
It appears that the documentation is missing these additional types (secret-input, file, files, system-files).
Suggestion
Could you provide a complete YAML specification for the type field? Including all valid types in the documentation would help ensure developers are fully informed and avoid errors during integration.
The text was updated successfully, but these errors were encountered:
Self Checks
Provide a description of requested docs changes
The Quick Tool Integration documentation states that only four parameter types are supported:
However, when attempting to use an unsupported type, the system raised an error listing additional parameter types:
It appears that the documentation is missing these additional types (secret-input, file, files, system-files).
Suggestion
Could you provide a complete YAML specification for the type field? Including all valid types in the documentation would help ensure developers are fully informed and avoid errors during integration.
The text was updated successfully, but these errors were encountered: