auth0 / auth0-PHP

PHP SDK for Auth0 Authentication and Management APIs.
https://auth0.com/docs/libraries/auth0-php
MIT License
380 stars 209 forks source link

fix: Correct route for deploy action #723

Closed speercy closed 1 year ago

speercy commented 1 year ago

Changes

Current route for deploy action returns a 404 error. This PR updates the route to match other routes and the documentation.

References

https://auth0.com/docs/api/management/v2/actions/post-deploy-action

Contributor Checklist