Treat response content_type */* as application/json #1227
                  
                    
                      781574155
                    
                  
                
                  started this conversation in
                Feature request
              
            Replies: 2 comments
-
| 
         Or add a command line switch param to support this  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
        this works for me!  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
most of the time, openapi use json as response. so i wish you treat
*/*as application/json, insteat ofresponse will be omitted from generated clientI use springboot framework. It can reponse different content type base on the accept header of the client request. so in the openapi doc, it's response content will be
*/*Beta Was this translation helpful? Give feedback.
All reactions