Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Box API Supports CollaborationRestricted, while the Windows SDK does not allow this in the BoxFolderRequestModel #731

Closed
4 tasks done
Christian-Oleson opened this issue May 24, 2021 · 1 comment
Assignees
Labels

Comments

@Christian-Oleson
Copy link
Contributor

  • I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue.
  • I have checked that the [API documentation][api-docs] doesn't solve my issue.
  • I have searched the [Box Developer Forums][dev-forums] and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
  • I have searched [Issues in this repo][github-repo] and my issue isn't already reported.

Description of the Issue

The box API supports a field on the BoxFolderRequest which is:
is_collaboration_restricted_to_enterprise
This is not found in the Windows SDK and needs to be updated accordingly.

Steps to Reproduce

  1. See this param: https://developer.box.com/reference/put-folders-id/#param-is_collaboration_restricted_to_enterprise
  2. Download the SDK
  3. Validate the BoxFolderRequest.cs class does not have that field

Expected Behavior

I expect the SDK models to match what the API spec indicates

Versions Used

.Net SDK: Latest 3.x

@mwwoda
Copy link
Contributor

mwwoda commented Jun 16, 2021

Change is already merged under #732 and will be released with the new version of SDK.

@mwwoda mwwoda closed this as completed Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants