📝 Description of the feature
problem
it is not possible to determine the set of arguments that copy_default_execution_script supports
for example you can't create a drop down list in a UI through which a user could select a script
suggested solution
add project api method get_default_execution_scripts(**query_parameters) where query parameters can be version and product and other fields that are relevant in the script naming scheme.
the result is a list of script names that can be passed to copy_default_execution_script
(the get_default_execution_scripts method shouldn't copy the files)
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response
📝 Description of the feature
problem
it is not possible to determine the set of arguments that copy_default_execution_script supports
for example you can't create a drop down list in a UI through which a user could select a script
suggested solution
add project api method
get_default_execution_scripts(**query_parameters)where query parameters can be version and product and other fields that are relevant in the script naming scheme.the result is a list of script names that can be passed to copy_default_execution_script
(the get_default_execution_scripts method shouldn't copy the files)
💡 Steps for implementing the feature
No response
🔗 Useful links and references
No response