File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
scaleway-async/scaleway_async/test/v1
scaleway/scaleway/test/v1 Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ async def update_human(
304304 Update an existing human.
305305 Update the human associated with the given id.
306306 :param human_id: UUID of the human you want to update.
307- :param height:
307+ :param height: Height of the human in meters.
308308 :param shoe_size:
309309 :param altitude_in_meter:
310310 :param altitude_in_millimeter:
Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ class UpdateHumanRequest:
161161 """
162162
163163 height : Optional [float ]
164+ """
165+ Height of the human in meters.
166+ """
164167
165168 shoe_size : Optional [float ]
166169
Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ def update_human(
304304 Update an existing human.
305305 Update the human associated with the given id.
306306 :param human_id: UUID of the human you want to update.
307- :param height:
307+ :param height: Height of the human in meters.
308308 :param shoe_size:
309309 :param altitude_in_meter:
310310 :param altitude_in_millimeter:
Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ class UpdateHumanRequest:
161161 """
162162
163163 height : Optional [float ]
164+ """
165+ Height of the human in meters.
166+ """
164167
165168 shoe_size : Optional [float ]
166169
You can’t perform that action at this time.
0 commit comments