Organization Update: Add Name
amummaprojectmanager opened this issue · 1 comments
amummaprojectmanager commented
Checklist
- I have looked into the Readme and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
Describe the problem you'd like to have solved
Would it be possible to add the name to the OrganizationUpdateRequest model? Looking at the docs, it looks like it's something that's able to be updated.
https://auth0.com/docs/api/management/v2/organizations/patch-organizations-by-id
Describe the ideal solution
Seems fairly simple to add it to the model with the proper documentation; Is this repo open to contributions?
Alternatives and current workarounds
We're currently using the Auth0 library, but I can probably just write a raw HTTP request for my purposes
Additional context
No response
frederikprijck commented
Thanks, merged it!