From bcc4f24936b8c7de4731e4c43a5f7f77eb9b8ed5 Mon Sep 17 00:00:00 2001 From: Matt Rahill Date: Mon, 2 Oct 2023 09:47:13 -0600 Subject: [PATCH] update vehicles API docs for total range --- source/docs/transportation/vehicles-v1/spec.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/docs/transportation/vehicles-v1/spec.yml b/source/docs/transportation/vehicles-v1/spec.yml index 5a556d73..b7563087 100644 --- a/source/docs/transportation/vehicles-v1/spec.yml +++ b/source/docs/transportation/vehicles-v1/spec.yml @@ -1245,9 +1245,9 @@ definitions: electric_range: type: integer description: The electric-only driving range for the light-duty automobile - phev_total_range: + total_range: type: integer - description: The PHEV total driving range for the light-duty automobile + description: The total driving range for the light-duty automobile transmission_type: type: string description: The transmission type of the light-duty automobile @@ -1387,9 +1387,9 @@ definitions: electric_range: type: integer description: The electric-only driving range for the light-duty automobile - phev_total_range: + total_range: type: integer - description: The PHEV total driving range for the light-duty automobile + description: The total driving range for the light-duty automobile transmission_type: type: string description: The transmission type of the light-duty automobile