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:
co-authored by
nmarrs
parent
88957c7f44
commit
4f2bbd490f
+1
@@ -65,6 +65,7 @@ export interface LineConfig {
|
||||
export enum HttpRequestMethod {
|
||||
GET = 'GET',
|
||||
POST = 'POST',
|
||||
PUT = 'PUT',
|
||||
}
|
||||
|
||||
export interface ConnectionCoordinates {
|
||||
|
||||
Reference in New Issue
Block a user