Skip to content

Commit 6f0481f

Browse files
committed
allow PUT method setup
1 parent 5f6ce0b commit 6f0481f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

component.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,22 @@
3939
"required": false
4040
}
4141
}
42+
},
43+
"put": {
44+
"title": "Put",
45+
"main": "./put.js",
46+
"fields": {
47+
"uri": {
48+
"viewClass": "TextFieldView",
49+
"label": "URI",
50+
"required": true
51+
},
52+
"secret": {
53+
"viewClass": "TextFieldView",
54+
"label": "Secret",
55+
"required": false
56+
}
57+
}
4258
}
4359
}
4460
}

0 commit comments

Comments
 (0)