@@ -48,9 +48,9 @@ routes.filePropertiesPropertiesOverwrite = function (arg) {
4848
4949/**
5050 * Remove the specified property group from the file. To remove specific
51- * property field key value pairs, see route properties/update. To update a
52- * template, see templates/update_for_user or templates/update_for_team.
53- * Templates can't be removed once created.
51+ * property field key value pairs, see properties/update. To update a template,
52+ * see templates/update_for_user or templates/update_for_team. Templates can't
53+ * be removed once created.
5454 * @function Dropbox#filePropertiesPropertiesRemove
5555 * @arg {FilePropertiesRemovePropertiesArg} arg - The request parameters.
5656 * @returns {Promise.<void, Error.<FilePropertiesRemovePropertiesError>> }
@@ -85,8 +85,8 @@ routes.filePropertiesPropertiesUpdate = function (arg) {
8585} ;
8686
8787/**
88- * Add a template associated with a team. See route properties/add to add
89- * properties to a file or folder.
88+ * Add a template associated with a team. See properties/add to add properties
89+ * to a file or folder.
9090 * @function Dropbox#filePropertiesTemplatesAddForTeam
9191 * @arg {FilePropertiesAddTemplateArg} arg - The request parameters.
9292 * @returns {Promise.<FilePropertiesAddTemplateResult, Error.<FilePropertiesModifyTemplateError>> }
@@ -96,8 +96,8 @@ routes.filePropertiesTemplatesAddForTeam = function (arg) {
9696} ;
9797
9898/**
99- * Add a template associated with a user. See route properties/add to add
100- * properties to a file.
99+ * Add a template associated with a user. See properties/add to add properties
100+ * to a file. This endpoint can't be called on a team member or admin's behalf .
101101 * @function Dropbox#filePropertiesTemplatesAddForUser
102102 * @arg {FilePropertiesAddTemplateArg} arg - The request parameters.
103103 * @returns {Promise.<FilePropertiesAddTemplateResult, Error.<FilePropertiesModifyTemplateError>> }
@@ -117,7 +117,8 @@ routes.filePropertiesTemplatesGetForTeam = function (arg) {
117117} ;
118118
119119/**
120- * Get the schema for a specified template.
120+ * Get the schema for a specified template. This endpoint can't be called on a
121+ * team member or admin's behalf.
121122 * @function Dropbox#filePropertiesTemplatesGetForUser
122123 * @arg {FilePropertiesGetTemplateArg} arg - The request parameters.
123124 * @returns {Promise.<FilePropertiesGetTemplateResult, Error.<FilePropertiesTemplateError>> }
@@ -139,7 +140,8 @@ routes.filePropertiesTemplatesListForTeam = function (arg) {
139140
140141/**
141142 * Get the template identifiers for a team. To get the schema of each template
142- * use templates/get_for_user.
143+ * use templates/get_for_user. This endpoint can't be called on a team member or
144+ * admin's behalf.
143145 * @function Dropbox#filePropertiesTemplatesListForUser
144146 * @arg {void} arg - The request parameters.
145147 * @returns {Promise.<FilePropertiesListTemplateResult, Error.<FilePropertiesTemplateError>> }
@@ -161,7 +163,8 @@ routes.filePropertiesTemplatesUpdateForTeam = function (arg) {
161163
162164/**
163165 * Update a template associated with a user. This route can update the template
164- * name, the template description and add optional properties to templates.
166+ * name, the template description and add optional properties to templates. This
167+ * endpoint can't be called on a team member or admin's behalf.
165168 * @function Dropbox#filePropertiesTemplatesUpdateForUser
166169 * @arg {FilePropertiesUpdateTemplateArg} arg - The request parameters.
167170 * @returns {Promise.<FilePropertiesUpdateTemplateResult, Error.<FilePropertiesModifyTemplateError>> }
0 commit comments