File tree Expand file tree Collapse file tree 1 file changed +28
-7
lines changed 
certified-connectors/HTML To PDF By Pascalcase Expand file tree Collapse file tree 1 file changed +28
-7
lines changed Original file line number Diff line number Diff line change 2222  "paths" : {
2323    "/" : {
2424      "post" : {
25-         "responses" : {
26-           "default" : {
27-             "description" : " default" 
28-             "schema" : {}
29-           }
30-         },
25+   "responses" : {
26+     "200" : {
27+       "description" : " OK" 
28+       "schema" : {
29+         "title" : " body" 
30+         "type" :" string" 
31+       }
32+     },
33+     "400" : {
34+       "description" : " Bad Request" 
35+     },
36+     "404" : {
37+       "description" : " Not Found" 
38+     },
39+     "401" : {
40+       "description" : " Unauthorized" 
41+     },
42+     "403" : {
43+       "description" : " Forbidden" 
44+     },
45+     "500" : {
46+       "description" : " Internal Server Error. Unknown error occurred" 
47+     },
48+     "default" : {
49+       "description" : " Operation Failed." 
50+     }
51+   },
3152        "summary" : " Convert HTML To PDF Pascalcase" 
3253        "description" : " Converts HTML to PDF of more than 2mb" 
3354        "operationId" : " ConvertHTMLToPDF" 
87108  "securityDefinitions" : {},
88109  "security" : [],
89110  "tags" : []
90- }
111+ }
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments