Skip to content

Commit 32856be

Browse files
author
Diwaker Gupta
committed
Update to dropbox-api-spec:52ee619
Also bump version to 1.0.0
1 parent b05850d commit 32856be

File tree

22 files changed

+4135
-1219
lines changed

22 files changed

+4135
-1219
lines changed

dropbox/common/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ type PathRoot struct {
4545
dropbox.Tagged
4646
// Team : Paths are relative to the given team directory. (This results in
4747
// `PathRootError.invalid` if the user is not a member of the team
48-
// associated with that path root id.)
48+
// associated with that path root id.).
4949
Team string `json:"team,omitempty"`
5050
// NamespaceId : Paths are relative to given namespace id (This results in
5151
// `PathRootError.no_permission` if you don't have access to this
52-
// namespace.)
52+
// namespace.).
5353
NamespaceId string `json:"namespace_id,omitempty"`
5454
}
5555

0 commit comments

Comments
 (0)