Update the default endpoint client versions

Request
Request Body schema: application/json
linux
required
string
mac
required
string
windows
required
string
Responses
200

Updated default versions

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

put/endpoint-control-service/v1/client-version/default
Request samples
application/json
{
  • "linux": "v2.5.21",
  • "mac": "v2.5.21",
  • "windows": "v2.5.21"
}
Response samples
application/json
{
  • "linux": "v2.5.21",
  • "mac": "v2.5.21",
  • "windows": "v2.5.21"
}