@@ -20,16 +20,16 @@ Process of updating involves:
2020
2121``` mermaid 
2222flowchart TD 
23-     A[Fetch the OpenAPI\nSpecification ] --> B[Apply OpenAPI\nTransformations ] 
24-     B --> C[Convert to\nPostman  Collection] 
25-     C --> D[Apply JSON\ntransformations ] 
26-     D --> E[Upload Collection\nto  Postman] 
27- 
28-     style A width:160px ,height:60px,text-align:center; 
29-     style B width:160px ,height:60px,text-align:center; 
30-     style C width:160px ,height:60px,text-align:center; 
31-     style D width:160px ,height:60px,text-align:center; 
32-     style E width:160px ,height:60px,text-align:center; 
23+     A[Fetch the OpenAPI Specification ] --> B[Apply OpenAPI Transformations ] 
24+     B --> C[Convert to Postman  Collection] 
25+     C --> D[Apply JSON transformations ] 
26+     D --> E[Upload Collection to  Postman] 
27+ 
28+     style A width:260px ,height:60px,text-align:center; 
29+     style B width:260px ,height:60px,text-align:center; 
30+     style C width:260px ,height:60px,text-align:center; 
31+     style D width:260px ,height:60px,text-align:center; 
32+     style E width:260px ,height:60px,text-align:center; 
3333``` 
3434
35351 .  ** Fetch the OpenAPI Specification** : Fetch the most recent version of the OpenAPI file.
0 commit comments