# setUsedApiVersion
Description: Specify the API version to be used for the current connection. If a version was previously assigned to this connection, it will simply be reassigned to the new specified one.
Request example:
{
"method" : "setUsedApiVersion",
"requestId" : "1",
"version" : "4.3"
}
Response example:
{
"method" : "setUsedApiVersion",
"requestId" : "1",
"result" : true
}
Parameter description:
version
— the string parameter identifying the correct API versionrequestId
- a unique request identifier. You can learn more about it here.
See also: