We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba23178 commit 4bf1d6bCopy full SHA for 4bf1d6b
README.md
@@ -66,7 +66,7 @@ Each Dropbox API takes in a request type and returns a response type. For instan
66
Here's an example:
67
68
```go
69
- arg := users.NewGetAccountArg()
+ arg := users.NewGetAccountArg(accountId)
70
if resp, err := dbx.GetAccount(arg); err != nil {
71
return err
72
}
0 commit comments