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

Added edit webhook route to v2 Admin API #10033

Merged
merged 5 commits into from
Oct 19, 2018

Commits on Oct 19, 2018

  1. Added edit webhook route to v2 Admin API

    no issue
    - webhooks UI requires the ability to edit webhooks
    - added `edit` permission for `webhook`
    - added `edit` method to v2 webhook controller
    - added `PUT /webhooks/:id` route to v2 Admin API routes
    kevinansfield authored and rishabhgrg committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    4478184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e629c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d9993f View commit details
    Browse the repository at this point in the history
  4. update fixtures test

    kevinansfield committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f29b67d View commit details
    Browse the repository at this point in the history
  5. added functional test

    kevinansfield committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    8d3d6fc View commit details
    Browse the repository at this point in the history