diff --git a/api/sys_plugins.go b/api/sys_plugins.go index 218f8e938..b2f18d94d 100644 --- a/api/sys_plugins.go +++ b/api/sys_plugins.go @@ -12,7 +12,7 @@ type ListPluginsInput struct{} // ListPluginsResponse is the response from the ListPlugins call. type ListPluginsResponse struct { // Names is the list of names of the plugins. - Names []string + Names []string `json:"names"` } // ListPlugins lists all plugins in the catalog and returns their names as a