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