* POST /rest/p/_projectname_/install_tool
- parameter tool: tool name you want to install (e.g. "tickets")
- parameter mount_point: tool mount point
- parameter mount_label: tool mount label
- returns dict with two fields:
- success: False if error is occured, otherwise True
- info: success or error message
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Created #468: [#6804] Api to install a tool (4cp)
Related
Tickets:
#6804Closed #468.
je/42cc_6804
Docs:
Moved the endpoint to the new
ProjectAdminRestController
and split the test, but otherwise good.