POST /v1/schemas/{schemaId}/dq/recompute
POST/v1/schemas/{schemaId}/dq/recompute
CodeMeta OS API endpoint.
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
schemaIderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/schemas/{schemaId}/dq/recompute \
-H "X-Tenant-Id: $TENANT" \
-b cookies.txt
const result = await cm.schemas.post();
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |