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
+7 -7
View File
@@ -3,10 +3,10 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**createdAt** | [**Date**](Date.md) | | [optional]
**id** | **Long** | | [optional]
**lastUsedAt** | [**Date**](Date.md) | | [optional]
**name** | **String** | | [optional]
**scopes** | **List<String>** | | [optional]
**sha1** | **String** | | [optional]
**tokenLastEight** | **String** | | [optional]
**createdAt** | [**Date**](Date.md) | The timestamp when the token was created | [optional]
**id** | **Long** | The unique identifier of the access token | [optional]
**lastUsedAt** | [**Date**](Date.md) | The timestamp when the token was last used | [optional]
**name** | **String** | The name of the access token | [optional]
**scopes** | **List<String>** | The scopes granted to this access token | [optional]
**sha1** | **String** | The SHA1 hash of the access token | [optional]
**tokenLastEight** | **String** | The last eight characters of the token | [optional]