Edit/Pause Session
Pauses or edits a session that is not in the sent status. PUT rest/v1/sessions/EditSession/{signingSessionId} Returns – A SessionResponse containing a Signing Session Id and an array of Session Object(s). (See SessionResponse in Appendix B) Parameters| Name | Type | Description |
|---|---|---|
| encryptedToken | string | Required. Encrypted Token returned from client authentication. Returns null if token has expired or is invalid. |
| username | string | Required. the session owner’s username. |
| signingSessionId | string | Required. the SSID of the session you want to pause. |