Commit e603b342 authored by Joel Collins's avatar Joel Collins
Browse files

Added extra docs

parent 3467fe77
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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)