# setUsedApiVersion
Description: Specify the version of the API that will be used for the current connection. If a version has already been assigned to this connection, it will simply be reassigned to the newly specified version.
Request example:
{
"method" : "setUsedApiVersion",
"requestId" : "1",
"version" : "1"
}
Response example:
{
"method" : "setUsedApiVersion",
"requestId" : "1",
"result" : true
}
Parameter description:
version
— the string parameter identifying the correct API versionrequestId
- unique request identifier. More details can be found here
See also: