627 B
627 B
Provided a configuration API endpoint for plugin functionality. This allows users to describe the configuration struct of their plugins using AVRO schema. During plugin runtime, the plugin's configuration can be accessed via the API.
Added new API endpoints:
/plugins/:name/schemaTo get plugins avro schema and i18n config in one json object./plugins/:name/configTo get or update plugin's own config
Changed API endpoints:
/plugins/installStatus code when succeeded change to204. It was200previously./plugins/:name/moveStatus code when succeeded change to204. It was200previously.