mirror of
https://codeberg.org/gitnex/tea4j-autodeploy
synced 2026-05-31 07:01:55 +00:00
Synchronizing API and documentation updates
This commit is contained in:
@@ -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 | "open"
|
||||
CLOSED | "closed"
|
||||
|
||||
Reference in New Issue
Block a user