PUT /v1/notification-preferences
PUT/v1/notification-preferences
Upsert the current user’s notification preferences
Request Body
| Name | Typ | Beschreibung |
|---|
preferenceserforderlich | object | |
crossTenantNotifications | boolean | |
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 |