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:
Drew Slobodnjak
2023-10-23 09:24:34 -07:00
committed by GitHub
parent 88957c7f44
commit 4f2bbd490f
5 changed files with 8 additions and 5 deletions

View File

@@ -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** | | |