crowdin / crowdin-api-client-dotnet

.NET client library for Crowdin API
https://www.nuget.org/packages/Crowdin.Api/
MIT License
53 stars 26 forks source link

EnterpriseInviteUserRequest misses "adminAccess" property #191

Closed bZverok closed 1 year ago

bZverok commented 1 year ago

Class EnterpriseInviteUserRequest does not have property for making invited user an admin, like it is said in the API docs: https://developer.crowdin.com/enterprise/api/v2/#operation/api.users.post

Riju-bak commented 1 year ago

This PR should fix it.