forked from kevadesu/forgejo
* Due date time of issues and milestones is set to 23:59:59 * Add docs * make gen swagger * fix swagger gen
This commit is contained in:
parent
63bd1b9203
commit
4c52858c39
3 changed files with 14 additions and 8 deletions
|
@ -1967,7 +1967,7 @@
|
|||
"tags": [
|
||||
"issue"
|
||||
],
|
||||
"summary": "Create an issue",
|
||||
"summary": "Create an issue. If using deadline only the date will be taken into account, and time of day ignored.",
|
||||
"operationId": "issueCreateIssue",
|
||||
"parameters": [
|
||||
{
|
||||
|
@ -2271,7 +2271,7 @@
|
|||
"tags": [
|
||||
"issue"
|
||||
],
|
||||
"summary": "Edit an issue",
|
||||
"summary": "Edit an issue. If using deadline only the date will be taken into account, and time of day ignored.",
|
||||
"operationId": "issueEditIssue",
|
||||
"parameters": [
|
||||
{
|
||||
|
@ -2521,7 +2521,7 @@
|
|||
"tags": [
|
||||
"issue"
|
||||
],
|
||||
"summary": "Set an issue deadline. If set to null, the deadline is deleted.",
|
||||
"summary": "Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.",
|
||||
"operationId": "issueEditIssueDeadline",
|
||||
"parameters": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue