From 5666f41137c07e2ad8a1033cdae829c8d7468e13 Mon Sep 17 00:00:00 2001 From: Scaleway Bot Date: Mon, 23 Oct 2023 17:01:51 +0200 Subject: [PATCH] docs(test): add description to update human request's height (#1888) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rémy Léone --- api/test/v1/test_sdk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/test/v1/test_sdk.go b/api/test/v1/test_sdk.go index 634aee9d8..e59c7456a 100644 --- a/api/test/v1/test_sdk.go +++ b/api/test/v1/test_sdk.go @@ -391,7 +391,7 @@ func (s *API) CreateHuman(req *CreateHumanRequest, opts ...scw.RequestOption) (* type UpdateHumanRequest struct { // HumanID: UUID of the human you want to update. HumanID string `json:"-"` - + // Height: height of the human in meters. Height *float64 `json:"height"` ShoeSize *float32 `json:"shoe_size"`