I have the OAuth 1.0 implementation now and I am moving towards using OAuth 2.0
Currently using this endpoint in order to grant a group access to a document `https://documents.lucidchart.com/documents/${documentId}/groups/${groupId}`
Is there something like this in the OAuth 2.0 docs? I haven’t been able to find anything similar, other than granting an individual user access to a document via https://lucid.readme.io/v1.0/reference/putdocumentusercollaborators
And I was able to find this: https://lucid.readme.io/v1.0/reference/updatefoldergroupcollaborator
Does this imply that it is only supported to grant groups access to a folder, and not an individual document?
Thanks