Closed svandaalen closed 9 months ago
At the moment when you create a new source, you have to, conform to the REST standard, do three different POST's (four in case of corpus):
title
description
rights
access
parentId
location
earliest
latest
contributor
notes
For the frontend it would be easier if I can POST everything with one POST to /corpora or /sources.
At the moment when you create a new source, you have to, conform to the REST standard, do three different POST's (four in case of corpus):
title
,description
,rights
,access
,parentId
,location
,earliest
,latest
,contributor
,notes
.For the frontend it would be easier if I can POST everything with one POST to /corpora or /sources.