Back to index
Summary
Modifies a session.| This command is deprecated and will be removed in the future. | 
| sessionIdStringoptionalID of the session. expirationDateStringoptionalThe date when this session will expire. timeZoneStringoptionalThe time zone to use when interpreting expiration date. | 
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.modifySession( /* optional arguments */ )