Synchronizing API and documentation updates

This commit is contained in:
gitnexbot
2026-03-31 00:01:59 +00:00
parent fdc8c11dc1
commit 345679de31
33 changed files with 998 additions and 181 deletions
+8 -1
View File
@@ -5,5 +5,12 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | **String** | Description provides updated details about the milestone | [optional]
**dueOn** | [**Date**](Date.md) | Deadline is the updated due date for the milestone | [optional]
**state** | **String** | State indicates the updated state of the milestone | [optional]
**state** | [**StateEnum**](#StateEnum) | State indicates the updated state of the milestone | [optional]
**title** | **String** | Title is the updated title of the milestone | [optional]
<a name="StateEnum"></a>
## Enum: StateEnum
Name | Value
---- | -----
OPEN | &quot;open&quot;
CLOSED | &quot;closed&quot;