You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Swagger
Hey guys, i am building a restful api with compojure-api and using swagger. i have to return array of arrays (2D, kind of matrix) as result a http request but i can figure out achieve that with swagger. Can anyone help me please?
(POST "/grid" []
:return vector <--------------------- how to set as return type an array of arrays (2D, kind of matrix)