From 02d3b5eaa9a50a8fd9b1c606c134226d10f40820 Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Mon, 24 Feb 2025 13:30:21 +0100 Subject: [PATCH] chore: fix broken diagram --- tools/postman/README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/postman/README.md b/tools/postman/README.md index c0c5700191..6be5fa32b4 100644 --- a/tools/postman/README.md +++ b/tools/postman/README.md @@ -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.