In cloud code service i created method with REST operation POST and about hundred parameters. Now i need method in same service with REST operation PUT and with same parameters. Is there way to duplicate first method, then i don’t need to create so many same parameters again?