Skip to content

Commit 8c9da27

Browse files
authored
chore(domain): add missing endpoint documentation for ListInboundTransfers (scaleway#2853)
1 parent 5fbf869 commit 8c9da27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/domain/v2beta1/domain_sdk.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4171,7 +4171,8 @@ func (s *RegistrarAPI) ListTasks(req *RegistrarAPIListTasksRequest, opts ...scw.
41714171
return &resp, nil
41724172
}
41734173

4174-
// ListInboundTransfers:
4174+
// ListInboundTransfers: List all inbound transfer operations on the account.
4175+
// You can filter the list of inbound transfers by domain name.
41754176
func (s *RegistrarAPI) ListInboundTransfers(req *RegistrarAPIListInboundTransfersRequest, opts ...scw.RequestOption) (*ListInboundTransfersResponse, error) {
41764177
var err error
41774178

0 commit comments

Comments
 (0)