API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PATCH /v1/tenant/billing-settings

PATCH/v1/tenant/billing-settings

Update platform billing email recipients

Request Body

NameTypBeschreibung
invoiceEmailRecipientsobject[]

Beispiel

curl -X PATCH https://api.codemeta-os.de/v1/tenant/billing-settings \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "invoiceEmailRecipients": []
}'
const result = await cm.tenant.patch({
  "invoiceEmailRecipients": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche