POST /Session/IPAddress/{id}/

Sets the IP address which should be associated with the specified session.
 

Request

Method Request URI
POST /API/Session/IPAddress/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session (session must be of a user with high enough permissions to set attributes).

Path Parameters

Path Parameter Description
id The ID of the session.

Request Body

Name: ipAddress
Type: System.String

Response

Response Body

A status code indicating success or the reason for failure.