-
Notifications
You must be signed in to change notification settings - Fork 18
Add list audit log actions API endpoint support #386
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 list audit log actions API endpoint support #386
Conversation
@@ -57,7 +57,7 @@ func TestGetToken(t *testing.T) { | |||
} | |||
} | |||
|
|||
func generateLinkTestHandler(w http.ResponseWriter, r *http.Request) { | |||
func getTokenTestHandler(w http.ResponseWriter, r *http.Request) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just fixing incorrectly named test handler.
|
||
"github.com/stretchr/testify/require" | ||
) | ||
|
||
var event = CreateEventOpts{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing dead code.
@mattgd i'm cleaning out my old code review assignments... do we still want to get this checked in? |
Given Naveen's Audit Logs API rework, I'm going to close this. Thanks for checking. |
Description
Add list audit log actions API endpoint support.
Documentation
Does this require changes to the WorkOS Docs? E.g. the API Reference or code snippets need updates.
If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.