olivierlsc/swagger-express-ts

Body documentation (array of primitive type)

Halynsky opened this issue · 0 comments

Hello.
I want to declare documentation for PATCH method that accepts in body an array of strings.

image

I tried to use primitive type 'string' as model. But I got an error in this case.

image

Is there any way to do it?