# \NotificationGroupsApi
All URIs are relative to *https://api.enbbox.com*
[**create_notification_group**](NotificationGroupsApi.md#create_notification_group) | **POST** /v1/notification-groups/ | POST /v1/notification-groups
[**delete_notification_group**](NotificationGroupsApi.md#delete_notification_group) | **DELETE** /v1/notification-groups/{id}/ | DELETE /v1/notification-groups/:id
[**list_notification_groups**](NotificationGroupsApi.md#list_notification_groups) | **GET** /v1/notification-groups/ | GET /v1/notification-groups
[**update_notification_group**](NotificationGroupsApi.md#update_notification_group) | **PATCH** /v1/notification-groups/{id}/ | PATCH /v1/notification-groups/:id
## create_notification_group
> models::NotificationGroupRecord create_notification_group(create_notification_group)
POST /v1/notification-groups
### Parameters
**create_notification_group** | [**CreateNotificationGroup**](CreateNotificationGroup.md) | | [required] |
### Return type
[**models::NotificationGroupRecord**](NotificationGroupRecord.md)
### Authorization
[bearer_auth](../README.md#bearer_auth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[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)
## delete_notification_group
> delete_notification_group(id)
DELETE /v1/notification-groups/:id
### Parameters
**id** | **uuid::Uuid** | Group ID | [required] |
### Return type
(empty response body)
### Authorization
[bearer_auth](../README.md#bearer_auth)
### 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)
## list_notification_groups
> Vec<models::NotificationGroupRecord> list_notification_groups()
GET /v1/notification-groups
### Parameters
This endpoint does not need any parameter.
### Return type
[**Vec<models::NotificationGroupRecord>**](NotificationGroupRecord.md)
### Authorization
[bearer_auth](../README.md#bearer_auth)
### HTTP request headers
- **Content-Type**: Not defined
- **Accept**: application/json
[[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_notification_group
> models::NotificationGroupRecord update_notification_group(id, update_notification_group)
PATCH /v1/notification-groups/:id
### Parameters
**id** | **uuid::Uuid** | Group ID | [required] |
**update_notification_group** | [**UpdateNotificationGroup**](UpdateNotificationGroup.md) | | [required] |
### Return type
[**models::NotificationGroupRecord**](NotificationGroupRecord.md)
### Authorization
[bearer_auth](../README.md#bearer_auth)
### HTTP request headers
- **Content-Type**: application/json
- **Accept**: application/json
[[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)