We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e367f9 commit 2047a96Copy full SHA for 2047a96
design/design.go
@@ -24,5 +24,7 @@ var _ = API("arduino-create-agent", func() {
24
such as detecting which boards are connected and upload sketches on them.`)
25
HTTP(func() {
26
Path("/v2")
27
+ Consumes("application/json")
28
+ Consumes("plain/text")
29
})
30
0 commit comments