Reference for https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/variables/{KEY}
Set the value of a session variable.
Url: https://buildcont.tpcx.com:17143/uiserver0/ui/common/v1/sessions/variables/{KEY}
HTTP Method: POST
Message direction | Format | Body |
---|---|---|
Request | Xml | Example |
Request | Json | Example |
Response | N/A | The Response body is empty. |
The following is an example request Xml body:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">String content</string>
The following is an example request Json body:
"String content"