PUT Update Session
Update the details you provided when creating a session belonging to the API-Key by referencing the session_key - if it has not yet been started by the User.
You can only update redirect_url
, language
while the session has not yet been completed by the User
You can only update the theme
when the session has not yet started, and the status is IDLE
You can only update the sms.to
when the session has not yet started, and the sms
delivery status is an error.
Replace :session_key
with the unique session_key
returned from your previous request, and PAVE will update the corresponding session details.
Path Parameters
Type
Description
session_key
string
The session ID generated when first created
Headers
Type
DescriptionAPI
API-Key
string
Your account's API-Key
API-Token
string
The API-Token
API-Timestamp
string
UTC Datetime string, example: 2021-05-30T12:49:19Z
Body Parameters
Type
Description
session
object
Single-level object, described in Create New Session
vehicle
object
Single-level object, described in Create New Session
sms
object
Single-level object, described in Create New SessionSample Response - 200: Ok
Sample Session Payload
Sample Vehicle Payload
Sample SMS Payload
Sample Response (200: Ok)
Updated successfully retrieved.
Sample Response (404: Not Found)
Could not find a session matching the session_key
.
Last updated