API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PUT /v1/notification-preferences

PUT/v1/notification-preferences

Upsert the current user’s notification preferences

Request Body

NameTypBeschreibung
preferenceserforderlichobject
crossTenantNotificationsboolean

Beispiel

curl -X PUT https://api.codemeta-os.de/v1/notification-preferences \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "preferences": null,
  "crossTenantNotifications": false
}'
const result = await cm.notification-preferences.put({
  "preferences": null,
  "crossTenantNotifications": false
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche