Commit 6818176
committed
docs: fix audit event type examples in documentation
Update event type examples in AuditEventEnvelope docstring and test
fixtures to match actual implementation using underscore notation
instead of dot notation.
- Change 'access_request.created' to 'access_create'
- Change 'group.member_added' to 'group_member_added'
- Update test fixture to use realistic event type names
This ensures plugin developers see accurate examples that match the
actual event types emitted by operations throughout the codebase.
Signed-off-by: Jean-Philippe Lachance <[email protected]>1 parent c569d8e commit 6818176
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments