I have a geoprocessing service that receives a string input from a choice list (list of cameras). The thing is that I would like now to add more values in this list. I couldn't find a way to do it in arcgis server, thought it would be to just edit a config file, but couldn't find anything.
Is there a way to edit the choice list without re-publishing the geoprocessing service?
this is the input from task page in REST directory:
Parameter: camera
Data Type: GPString
Display Name camera
Description: Camera
Direction: esriGPParameterDirectionInput
Dependency:
Default Value: SONYA5100_25MM
Parameter Type: esriGPParameterTypeRequired
Category:
Choice List: [ SONYA6000_10MM, SONYA6000_15MM, SONYA6000_30MM, SONYA6000_45MM, SONYA6000_55MM, SONYA5100_25MM ]
Did you ever get an answer for this?