PATCH /v1/dms/settings
PATCH/v1/dms/settings
Update DMS settings for the tenant
Request Body
| Name | Typ | Beschreibung |
|---|
aiOcrEnabled | boolean | |
ocrLanguages | string[] | |
Beispiel
curl -X PATCH https://api.codemeta-os.de/v1/dms/settings \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"aiOcrEnabled": false,
"ocrLanguages": []
}'
const result = await cm.dms.patch({
"aiOcrEnabled": false,
"ocrLanguages": []
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |