Skip to content

Commit 02d3b5e

Browse files
authored
chore: fix broken diagram
1 parent af47092 commit 02d3b5e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tools/postman/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ Process of updating involves:
2020

2121
```mermaid
2222
flowchart 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

3535
1. **Fetch the OpenAPI Specification**: Fetch the most recent version of the OpenAPI file.

0 commit comments

Comments
 (0)