You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
The RequestParameterSnippet generates Array[Object] as the type for Instant[] data type.
For Instant the generated type is String.
The expected type for Instant[] is Array[String]
The text was updated successfully, but these errors were encountered:
mustaphazorgati
added a commit
to mustaphazorgati/spring-auto-restdocs
that referenced
this issue
Nov 22, 2020
The RequestParameterSnippet generates
Array[Object]
as the type forInstant[]
data type.For
Instant
the generated type isString
.The expected type for
Instant[]
isArray[String]
The text was updated successfully, but these errors were encountered: