Updates a specific Service Point v4 instance to a given semantic version. The update fails if the Service Point's current version is too old to upgrade to the specified semantic version in a single step or if the Service Point is performing an upgrade.
Request: PATCH https://<us|eu>.fleet.bluec.at/user/api/v1/servicePoints/{id}
Authorization: Bearer token
Content-Type: Application/JSON
{
"version": "4.5.0"
}
Path parameters
Name | Description | Type | Required/Optional |
id | The Service Point v4 ID | Integer | Required |
Body parameters
- version—the version that you would like to upgrade to.
Successful response
202 Accepted