Wrong documentation for CreateDataset
https://arkindex.teklia.com/api-docs/#tag/datasets/operation/CreateDataset
Should this endpoint actually allow setting a different state than
Open
?
https://arkindex.teklia.com/api-docs/#tag/datasets/operation/CreateDataset
Should this endpoint actually allow setting a different state than
Open
?
changed milestone to %Arkindex 1.5.4
added P3 label
The docs already state that
When creating, this is always set to
open
.
There is a default value of open
using a CreateOnlyDefault
, so that updating does not automatically change the state back to open
. The serializer's validation also forces the state to open
when creating, and we have a unit test checking that any state
sent in the request body is ignored when creating.
changed milestone to %Arkindex 1.6.0
changed milestone to %Arkindex 1.6.1
sets
has been replaced with set_names
in !2256 (merged), and sets can no longer be updated with [Partial]UpdateDataset
.
closed
removed milestone %Arkindex 1.6.1