Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions tools/postman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ Process of updating involves:

```mermaid
flowchart TD
A[Fetch the OpenAPI\nSpecification] --> B[Apply OpenAPI\nTransformations]
B --> C[Convert to\nPostman Collection]
C --> D[Apply JSON\ntransformations]
D --> E[Upload Collection\nto Postman]

style A width:160px,height:60px,text-align:center;
style B width:160px,height:60px,text-align:center;
style C width:160px,height:60px,text-align:center;
style D width:160px,height:60px,text-align:center;
style E width:160px,height:60px,text-align:center;
A[Fetch the OpenAPI Specification] --> B[Apply OpenAPI Transformations]
B --> C[Convert to Postman Collection]
C --> D[Apply JSON transformations]
D --> E[Upload Collection to Postman]

style A width:260px,height:60px,text-align:center;
style B width:260px,height:60px,text-align:center;
style C width:260px,height:60px,text-align:center;
style D width:260px,height:60px,text-align:center;
style E width:260px,height:60px,text-align:center;
```

1. **Fetch the OpenAPI Specification**: Fetch the most recent version of the OpenAPI file.
Expand Down
Loading