Skip to content

Commit

Permalink
docs(test): add description to update human request's height
Browse files Browse the repository at this point in the history
 (#1888)

Co-authored-by: Rémy Léone <[email protected]>
  • Loading branch information
scaleway-bot and remyleone authored Oct 23, 2023
1 parent e65a61f commit 5666f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/test/v1/test_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 5666f41

Please sign in to comment.