Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2025-09-07 00:21:05 +00:00
parent 3c24d2bf1a
commit 551e6b76d2
234 changed files with 1686 additions and 1599 deletions
+5 -5
View File
@@ -3,10 +3,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Long** | | [optional]
**pinned** | **Boolean** | | [optional]
**id** | **Long** | ID is the unique identifier for the notification thread | [optional]
**pinned** | **Boolean** | Pinned indicates if the notification is pinned | [optional]
**repository** | [**Repository**](Repository.md) | | [optional]
**subject** | [**NotificationSubject**](NotificationSubject.md) | | [optional]
**unread** | **Boolean** | | [optional]
**updatedAt** | [**Date**](Date.md) | | [optional]
**url** | **String** | | [optional]
**unread** | **Boolean** | Unread indicates if the notification has been read | [optional]
**updatedAt** | [**Date**](Date.md) | UpdatedAt is the time when the notification was last updated | [optional]
**url** | **String** | URL is the API URL for this notification thread | [optional]