Update the name and description of a specified Fleet Service Point based on the ID of the Fleet Service Point.
Request: PATCH https://us.fleet.bluec.at/user/api/v1/fleetInstances/{id}/settings Authorization: Bearer token Content-Type: Application/JSON { "name": "Updated Fleet Service Point Name", "description": "Updated Fleet Service Point Description" }
Path parameter
Name | Description | Type | Required/Optional |
id | The Fleet Service Point ID | Integer | Required |
Body parameters
- name—the updated name of the Fleet Service Point
- description—the updated description of the Fleet Service Point
Successful response
200 OK