Skip to content

Webhooks API docs are missing group events #3698

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

Open
mmanes opened this issue May 6, 2025 · 1 comment
Open

Webhooks API docs are missing group events #3698

mmanes opened this issue May 6, 2025 · 1 comment
Labels
bug Something isn't working documentation

Comments

@mmanes
Copy link
Contributor

mmanes commented May 6, 2025

The webooks API docs are missing a number of event types that are available in the UI, namely the group.* events:

  • group.create
  • group.create.complete
  • group.delete
  • group.delete.complete
  • group.member.add
  • group.member.add.complete
  • group.member.remove
  • group.member.remove.complete
  • group.member.update
  • group.member.update.complete
  • group.update
  • group.update.complete

Related:

@mooreds mooreds added the bug Something isn't working label May 6, 2025
@mooreds
Copy link
Contributor

mooreds commented May 6, 2025

This list is stored in the shared file here: astro/src/content/docs/apis/_event-types.mdx

This would be a great list to generate with annotations out of this file: src/main/java/io/fusionauth/domain/event/EventType

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

No branches or pull requests

2 participants