Create Multiple Items

Options
Connor McCarthy
Connor McCarthy Member Posts: 1
edited March 2021 in
Is it possible to create multiple items via REST API? Using standard JSON lists gives an error:

"

Cannot deserialize instance of `com.jamasoftware.contour.rest.versions.v1.domain.RequestItem` out of START_ARRAY token
 at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream)
"

If I remove the [ and ] then it only adds the first item in te list?



Connor McCarthy