fuel-plugin-murano/releasenotes/notes/static-actions-61759be79629...

8 lines
306 B
YAML

---
features:
- Added a new API endpoint ``v1/actions`` to call static public methods.
It accepts class name, method name,
method arguments, and optionally package name and class version in the
request body. This call does not create an environment,
object instances or database records.