POST /v1/dms/documents/{id}/post-ingestion-pipeline
POST/v1/dms/documents/{id}/post-ingestion-pipeline
Run the post-ingestion pipeline (filing policy + auto-spawn) for a DMS document
Request Body
| Name | Typ | Beschreibung |
|---|
classificationConfidence | number | |
extractedFields | object | |
manualLinks | object[] | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/post-ingestion-pipeline \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"classificationConfidence": 0,
"extractedFields": null,
"manualLinks": []
}'
const result = await cm.dms.post({
"classificationConfidence": 0,
"extractedFields": null,
"manualLinks": []
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |