How can I use document setting api in zoho project.

How can I use document setting api in zoho project.

I wanna set team forder in document when I create new zoho project by the api.
There is no way to add team_folder in create API or any API on document.

When I try to update on zoho project I can see this api(/api/v3/portal/803768332/projects/2084820000001869045/documents/settings) is used 
Can I use this api ? when I try to use, below error comes up.

  1. data: {
  2.       error: {
  3.         status_code: '401',
  4.         instance: '/api/v3/portal/803768332/projects/2084820000001869045/documents/settings',
  5.         title: 'INVALID_OAUTHSCOPE',
  6.         error_type: 'FIELDS_VALIDATION_ERROR',
  7.         details: [ { message: 'Invalid OAuth scope.' } ]
  8.       }
  9.     }
I have "ZohoCRM.modules.ALL,ZohoProjects.projects.ALL,ZohoProjects.tasks.ALL,ZohoProjects.tasklists.ALL,ZohoProjects.documents.ALL" this scope in the token now.