Clears the cache for web-notifications api requests.
Delete a notification.
The id of the notification to delete.
DeleteNotificationHttpError
Delete all notifications.
DeleteNotificationsHttpError
Retrieve a single notification by Id.
The id of the notification to retrieve.
GetNotificationHttpError
Retrieve notifications matching the query.
getNotifications( { resourceType: "app,space" }) Copy
getNotifications( { resourceType: "app,space" })
an object with query parameters
GetNotificationsHttpError
Patch a notification.
The id of the notification to update.
an object with the body content
PatchNotificationHttpError
Patch all notifications.
PatchNotificationsHttpError
Clears the cache for web-notifications api requests.