Bitbucket 10.0.0 - Quick Reload fails on API Install

Installing plugins via rest api based on the full path returns a 400 error
curl -X POST ``http://localhost:7990/bitbucket/rest/qr/plugin/install//src/plugin/target/plugin.jar``

Configuration

  1. Using atlas-mvn bitbucket:debug

Notes

  • The same curl request works for Jira 11
  • The other quick reload commands work correctly - I’m not sure if it’s an issue with the double // in the url but it’s the only thing that seems significantly different between the install command and the rest of the commands.