Skip to content

Commit

Permalink
update vehicles API docs for total range
Browse files Browse the repository at this point in the history
  • Loading branch information
mrahill committed Oct 2, 2023
1 parent c20d271 commit bcc4f24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/docs/transportation/vehicles-v1/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bcc4f24

Please sign in to comment.