Closed maxpatiiuk closed 2 years ago
It becomes useful to remove a mapping from an existing data set for debugging purposes.
However, the /api/workbench/dataset/<id>/ endpoint shows the following error message when sending a POST request with this body: {uploadplan: null}:
/api/workbench/dataset/<id>/
{uploadplan: null}
upload plan is invalid: None is not of type 'object' Failed validating 'type' in schema: ...
Confirmed fixed
It becomes useful to remove a mapping from an existing data set for debugging purposes.
However, the
/api/workbench/dataset/<id>/
endpoint shows the following error message when sending a POST request with this body:{uploadplan: null}
: