POST api/SetSessionName
Set Session Name
Request Information
URI Parameters
None.
Body Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SessionId |
Session Id |
string |
None. |
SessionName |
Session Name |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "sessionId": "sample string 1", "sessionName": "sample string 2" }
Response Information
Response Formats
application/json, text/json
Sample:
true