Merge pull request #4670 from ntimo/task/fix-open-api-yml
Fixed OpenAPI docs to be spec compliant
This commit is contained in:
		@@ -3953,6 +3953,8 @@ paths:
 | 
				
			|||||||
          in: query
 | 
					          in: query
 | 
				
			||||||
          name: tags
 | 
					          name: tags
 | 
				
			||||||
          required: false
 | 
					          required: false
 | 
				
			||||||
 | 
					          schema:
 | 
				
			||||||
 | 
					            type: string
 | 
				
			||||||
        - description: e.g. api-key-string
 | 
					        - description: e.g. api-key-string
 | 
				
			||||||
          example: api-key-string
 | 
					          example: api-key-string
 | 
				
			||||||
          in: header
 | 
					          in: header
 | 
				
			||||||
@@ -4512,6 +4514,8 @@ paths:
 | 
				
			|||||||
          in: query
 | 
					          in: query
 | 
				
			||||||
          name: tags
 | 
					          name: tags
 | 
				
			||||||
          required: false
 | 
					          required: false
 | 
				
			||||||
 | 
					          schema:
 | 
				
			||||||
 | 
					            type: string
 | 
				
			||||||
        - description: e.g. api-key-string
 | 
					        - description: e.g. api-key-string
 | 
				
			||||||
          example: api-key-string
 | 
					          example: api-key-string
 | 
				
			||||||
          in: header
 | 
					          in: header
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user