Skip to content

Commit ba9d91d

Browse files
authored
docs(test): add description to update human request's height (#341)
1 parent 24ed867 commit ba9d91d

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

scaleway-async/scaleway_async/test/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

scaleway-async/scaleway_async/test/v1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

scaleway/scaleway/test/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

scaleway/scaleway/test/v1/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)