Kaynağa Gözat

docs: add change log entry for #12910

JimMoen 1 yıl önce
ebeveyn
işleme
b98f3d27b8
1 değiştirilmiş dosya ile 15 ekleme ve 0 silme
  1. 15 0
      changes/feat-12910.en.md

+ 15 - 0
changes/feat-12910.en.md

@@ -0,0 +1,15 @@
+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/schema`
+  To get plugins avro schema and i18n config in one json object.
+- `/plugins/:name/config`
+  To get or update plugin's own config
+
+Changed API endpoints:
+- `/plugins/install`
+  Status code when succeeded change to `204`. It was `200` previously.
+- `/plugins/:name/move`
+  Status code when succeeded change to `204`. It was `200` previously.