mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	* 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:
		
				
					committed by
					
						
						Jonas Franz
					
				
			
			
				
	
			
			
			
						parent
						
							63bd1b9203
						
					
				
				
					commit
					4c52858c39
				
			@@ -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": [
 | 
			
		||||
          {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user