Einstellungen
Ordnervorlage aktualisieren
Replace the folder template
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Request-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Response-Body
application/json
application/json
application/json
curl -X PUT "https://example.com/settings/document-folder-template" \ -H "Content-Type: application/json" \ -d '{ "template": [ { "key": "string", "name": "string" } ] }'{ "data": [ { "key": "string", "name": "string", "visible_to_employee": true } ]}