-
Notifications
You must be signed in to change notification settings - Fork 597
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
Add EmailList to Access Group objects #1445
Conversation
changelog detected ✅ |
the docs only seem to be missing the email list (which may not yet be ready for public consumption). what else are you seeing missing? @jroyal should email list be publicly documented yet? |
To me it looks like the following ones are missing:
|
All of the things that @tv has on their list are officially supported. I'll get a PR open once thanksgiving is over to update the API docs. |
awesome, thanks @jroyal! marking this as pending docs while we get those sorted. |
@jacobbednarz those docs exist now. |
This functionality has been released in v0.84.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Description
Add missing Email List to Access Group objects. While the UI already adds and supports these, the official API docs are completely out of date.
Has your change been tested?
Yes. This change has both unit tests and I also tested it with a short app:
This outputs (a bit redacted) the following which indicates that it marshals the email_list correctly.
Types of changes
What sort of change does your code introduce/modify?
Checklist:
and relies on stable APIs.