docs(swagger): New swaggerdoc
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ci/woodpecker/push/build Pipeline was successful
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ci/woodpecker/push/build Pipeline was successful
				
			This commit is contained in:
		@@ -312,18 +312,11 @@ const docTemplate = `{
 | 
			
		||||
        "models.Group": {
 | 
			
		||||
            "type": "object",
 | 
			
		||||
            "required": [
 | 
			
		||||
                "id",
 | 
			
		||||
                "name"
 | 
			
		||||
            ],
 | 
			
		||||
            "properties": {
 | 
			
		||||
                "id": {
 | 
			
		||||
                    "type": "integer"
 | 
			
		||||
                },
 | 
			
		||||
                "name": {
 | 
			
		||||
                    "type": "string"
 | 
			
		||||
                },
 | 
			
		||||
                "parent_group": {
 | 
			
		||||
                    "$ref": "#/definitions/models.Group"
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
@@ -303,18 +303,11 @@
 | 
			
		||||
        "models.Group": {
 | 
			
		||||
            "type": "object",
 | 
			
		||||
            "required": [
 | 
			
		||||
                "id",
 | 
			
		||||
                "name"
 | 
			
		||||
            ],
 | 
			
		||||
            "properties": {
 | 
			
		||||
                "id": {
 | 
			
		||||
                    "type": "integer"
 | 
			
		||||
                },
 | 
			
		||||
                "name": {
 | 
			
		||||
                    "type": "string"
 | 
			
		||||
                },
 | 
			
		||||
                "parent_group": {
 | 
			
		||||
                    "$ref": "#/definitions/models.Group"
 | 
			
		||||
                }
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
 
 | 
			
		||||
@@ -94,14 +94,9 @@ definitions:
 | 
			
		||||
    type: object
 | 
			
		||||
  models.Group:
 | 
			
		||||
    properties:
 | 
			
		||||
      id:
 | 
			
		||||
        type: integer
 | 
			
		||||
      name:
 | 
			
		||||
        type: string
 | 
			
		||||
      parent_group:
 | 
			
		||||
        $ref: '#/definitions/models.Group'
 | 
			
		||||
    required:
 | 
			
		||||
    - id
 | 
			
		||||
    - name
 | 
			
		||||
    type: object
 | 
			
		||||
  models.Runner:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user