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

Use id instead of action_id as per the mgmt api. #622

Merged
merged 3 commits into from
Jun 16, 2021

Conversation

stevezau
Copy link
Contributor

@stevezau stevezau commented May 20, 2021

Changes

Updated API to use id instead of trigger_id action_id so it repesents the management API.

@stevezau stevezau requested a review from a team as a code owner May 20, 2021 02:20
Copy link
Contributor

@davidpatrick davidpatrick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stevezau is @seejee's request something in your wheelhouse? I can circle back to this and update your PR if youre unable

@davidpatrick davidpatrick changed the base branch from actionsManager to master June 11, 2021 22:26
@stevezau
Copy link
Contributor Author

@stevezau is @seejee's request something in your wheelhouse? I can circle back to this and update your PR if you're unable

@davidpatrick is this something you guys can handle? I'm not sure how to make it backwards compatible.

@davidpatrick
Copy link
Contributor

Hey @stevezau I've already gone and updated the PR with the changes. Thanks for the response

@davidpatrick davidpatrick requested a review from seejee June 16, 2021 20:40
if (params.action_id) {
params.id = params.action_id;
delete params.action_id;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

Copy link
Contributor

@seejee seejee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! thanks for making this backwards compatible.

@davidpatrick davidpatrick added this to the vNext milestone Jun 16, 2021
@davidpatrick davidpatrick merged commit 6d2ee95 into auth0:master Jun 16, 2021
@davidpatrick davidpatrick mentioned this pull request Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants