diff options
author | Rodrigo Villablanca Vásquez <villa061004@gmail.com> | 2019-01-01 14:56:47 -0300 |
---|---|---|
committer | Jonas Franz <info@jonasfranz.software> | 2019-01-01 18:56:47 +0100 |
commit | 4c52858c39f848198a61b27a9a8fe70d12db3b44 (patch) | |
tree | 2f2987f9cdb43e2f6e6eed974647047f9c18f987 /templates | |
parent | 63bd1b92037c5deb1bb13b0753855a689b9450bc (diff) | |
download | gitea-4c52858c39f848198a61b27a9a8fe70d12db3b44.tar.gz gitea-4c52858c39f848198a61b27a9a8fe70d12db3b44.zip |
Issue is not overdue when it is on the same date #5566 (#5568)
* Due date time of issues and milestones is set to 23:59:59
* Add docs
* make gen swagger
* fix swagger gen
Diffstat (limited to 'templates')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index b96a20109c..52633957c3 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -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": [ { |