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
@LukasStoeckli is kindly taking over the work on lists. There is an open PR #1447 and there it looks like the redundancy is not present anymore. But he will surely check to be sure.
I think these two routes are the same:
PUT /admin/lists/IRI
https://github.com/dasch-swiss/knora-api/blob/develop/webapi/src/main/scala/org/knora/webapi/routing/admin/ListsRouteADM.scala#L141PUT /admin/lists/infos/IRI
https://github.com/dasch-swiss/knora-api/blob/develop/webapi/src/main/scala/org/knora/webapi/routing/admin/ListsRouteADM.scala#L235Is that correct? If so, the client API only needs to implement one of them.
The text was updated successfully, but these errors were encountered: