Skip to content

Commit 075436e

Browse files
committed
API spec update 2021-01-22
1 parent dcd2901 commit 075436e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# v0.10.1
2-
xxxx-yy-zz
2+
2021-02-16
33
* Implemented path root selection for default_client. Clients now have a `.set_path_root()`
44
method which adds the `Dropbox-API-Path-Root` header, which sets what namespace paths are
55
evaluated relative to. This requires that the `dbx_common` feature is enabled, as it uses the
66
`PathRoot` type defined in that namespace.
77
* Updated to `ureq` 2.0.0. The only changes relevant to users of this crate is that it now uses
88
`rustls` instead of system-native TLS, and that transport errors raised may be of higher quality.
99
* API spec update 2021-01-14
10+
* API spec update 2021-01-22
1011

1112
# v0.10.0
1213
2020-12-11

src/generated/team.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ pub fn properties_template_add(
943943
None)
944944
}
945945

946-
/// Permission : Team member file access.
946+
/// Permission : Team member file access. The scope for the route is files.team_metadata.write.
947947
pub fn properties_template_get(
948948
client: &impl crate::client_trait::TeamAuthClient,
949949
arg: &super::file_properties::GetTemplateArg,
@@ -957,7 +957,7 @@ pub fn properties_template_get(
957957
None)
958958
}
959959

960-
/// Permission : Team member file access.
960+
/// Permission : Team member file access. The scope for the route is files.team_metadata.write.
961961
pub fn properties_template_list(
962962
client: &impl crate::client_trait::TeamAuthClient,
963963
) -> crate::Result<Result<super::file_properties::ListTemplateResult, super::file_properties::TemplateError>> {

0 commit comments

Comments
 (0)