Plugins: Support multiple HTTP methods in plugin.json routes (#39069)
* Fix: support comma-separated methods in plugin.json * update docs about multiple methods per route
This commit is contained in:
@@ -340,7 +340,7 @@
|
||||
},
|
||||
"method": {
|
||||
"type": "string",
|
||||
"description": "For data source plugins. Route method matches the HTTP verb like GET or POST."
|
||||
"description": "For data source plugins. Route method matches the HTTP verb like GET or POST. Multiple methods can be provided as a comma-separated list."
|
||||
},
|
||||
"url": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user