Upload taxon interpretations
Query parameters
If true, validates and previews the upload without persisting any data. The response will be wrapped in a dry_run_data envelope.
Response
Upload accepted. When dry_run=false (default), returns an upload summary. When dry_run=true, the same summary is nested under dry_run_data and the data is not actually inserted into VegBank.
Example response
{
"counts": {
"xx": {
"inserted": 1
},
"yy": {
"inserted": 2
},
"ds": {
"inserted": 1
}
},
"resources": {
"xx": [
{
"action": "INSERT",
"user_xx_code": "my_xx_code",
"vb_xx_code": "xx.123"
}
],
"yy": [
{
"action": "INSERT",
"user_yy_code": "my_yy_code_1",
"vb_yy_code": "yy.123"
}
],
"ds": [
{
"action": "INSERT",
"user_ds_code": "upload_dataset_20260325110254",
"vb_ds_code": "ds.123"
}
]
}
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 83 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 50 revisions, 1 has no diff computed.