Skip to content
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 the RequestedByAlias field to the Notification Message #4922

Conversation

Fire-Swan
Copy link
Contributor

RequestedByAlias field was missing from the notification message. I was trying to use it part of the webhooks and realized it was missing.

In the following test I used the web UI to send the request so RequestedByAlias is null:
requestByAliasNull

In the following test I sent the request using the API and set a value for RequestedByAlias in the request header, so RequestedByAlias is not null:
requestByAliasNotNull

I placed it right after alias but could move it anywhere if needed.

@tidusjar
Copy link
Collaborator

tidusjar commented May 9, 2023

Nice spot, thanks!

@tidusjar tidusjar merged commit 7e9c8be into Ombi-app:develop May 9, 2023
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants