mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Canvas: Add PUT to Canvas Button (#76844)
* Add PUT to canvas button * Update cue file to include PUT * Re run make gen cue * fix gen-cue --------- Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ title: CanvasPanelCfg kind
|
||||
| `ConnectionPath` | string | **Yes** | | Possible values are: `straight`. |
|
||||
| `Constraint` | [object](#constraint) | **Yes** | | |
|
||||
| `HorizontalConstraint` | string | **Yes** | | Possible values are: `left`, `right`, `leftright`, `center`, `scale`. |
|
||||
| `HttpRequestMethod` | string | **Yes** | | Possible values are: `GET`, `POST`. |
|
||||
| `HttpRequestMethod` | string | **Yes** | | Possible values are: `GET`, `POST`, `PUT`. |
|
||||
| `LineConfig` | [object](#lineconfig) | **Yes** | | |
|
||||
| `Options` | [object](#options) | **Yes** | | |
|
||||
| `Placement` | [object](#placement) | **Yes** | | |
|
||||
|
||||
Reference in New Issue
Block a user