PUT api/compass/accounts/{accountId}/sessions/{sessionId}/name
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | string |
Required |
|
sessionId | string |
Required |
Body Parameters
UpdateSessionNameRequestName | Description | Type | Additional information |
---|---|---|---|
SessionName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "SessionName": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.