-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add organizationId as query param #138
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
feat: add organizationId as query param #138
Conversation
The default action is to increase the PATCH number of SEMVER. Set IGNORE-FOR-RELEASE if you want to skip SEMVER bump. BREAKING-CHANGE and NEW-RELEASE must be run from GH Actions section manually. |
The default action is to increase the |
This pull request does not contain a valid label. Please add one of the following labels: |
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.
LGTM but I think the openapi update is missing
<maven.compiler.release>17</maven.compiler.release> | ||
<org.mapstruct.version>1.5.3.Final</org.mapstruct.version> | ||
<maven.compiler.source>17</maven.compiler.source> | ||
<maven.compiler.target>17</maven.compiler.target> |
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.
Why the changes to the maven compiler version?
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.
idk, I suppose for IDE quirks. @jacopocarlini can tell us.
|
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.
LGTM, the change has been tested in UAT environment.
List of Changes
This PR add the organizationId as query param as a new filter
Motivation and Context
Jira issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
expected)
Checklist: