There isn't an officially provided way to do this but there might be another way -
Index patterns are stored as saved objects (documents) in the .kibana index on your elasticsearch cluster. If you look through these documents you'll find one related to your index pattern. You could also look at exporting your saved objects and examine them with a text editor. If you're patient and clever you might be able to find a programmatic way to modify these documents.