Added extra docs

This commit is contained in:
Joel Collins 2019-08-08 10:41:44 +01:00
parent 3467fe7759
commit e603b34267

View file

@ -13,6 +13,12 @@ class PluginSchemaAPI(MicroscopeView):
.. :quickref: Plugin; Get schemas
Returns an array of present plugin schemas (describing plugin user interfaces.)
Please note, this is *not* a list of all enabled plugins, only those with associated
user interface forms.
A complete list of enabled plugins can be found in the microscope state.
"""
out = self.microscope.plugin.schemas
return jsonify(out)