API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/vault/pwned-passwords/scan-batch

POST/v1/vault/pwned-passwords/scan-batch

Persist pwned-check results (client-asserted booleans) for vault secrets

Request Body

NameTypBeschreibung
itemserforderlichobject[]

Beispiel

curl -X POST https://api.codemeta-os.de/v1/vault/pwned-passwords/scan-batch \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "items": []
}'
const result = await cm.vault.post({
  "items": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche