Skip to content

Commit

Permalink
feat(ipfs): added cid field in update name method (#1820)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Sep 4, 2023
1 parent 2e61539 commit 153b05c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/ipfs/v1alpha1/ipfs_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,8 @@ type UpdateNameRequest struct {
Name *string `json:"name"`

Tags *[]string `json:"tags"`

Cid *string `json:"cid"`
}

func (s *API) UpdateName(req *UpdateNameRequest, opts ...scw.RequestOption) (*Name, error) {
Expand Down

0 comments on commit 153b05c

Please sign in to comment.