# \NotificationControllerApi
All URIs are relative to *http://localhost:9000*
[**delete1**](NotificationControllerApi.md#delete1) | **DELETE** /api/notification |
[**get_latest_notification**](NotificationControllerApi.md#get_latest_notification) | **GET** /api/notification |
[**update**](NotificationControllerApi.md#update) | **POST** /api/notification |
## delete1
> delete1(id)
### Parameters
**id** | **String** | | [required] |
### Return type
(empty response body)
### Authorization
[bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## get_latest_notification
> Vec<models::Notification> get_latest_notification()
### Parameters
This endpoint does not need any parameter.
### Return type
[**Vec<models::Notification>**](Notification.md)
### Authorization
[bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: */*
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
## update
> update(id, seen)
### Parameters
**id** | **String** | | [required] |
**seen** | **bool** | | [required] |
### Return type
(empty response body)
### Authorization
[bearerAuth](../README.md#bearerAuth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: Not defined
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)