Update work/tbx/meraki/meraki_api.md

This commit is contained in:
2024-06-01 05:02:33 +00:00
parent 2ee3ef9989
commit fd1c8c9bfe

View File

@@ -1263,10 +1263,8 @@ Sure! Here's a Mermaid chart that visualizes the hierarchical structure of Organ
```mermaid ```mermaid
graph TD; graph TD;
A[Organizations] --> B[Networks] A[Organizations] -->|Each organization has a unique ID| B[Networks]
B --> C[Devices] B -->|Each network has a unique ID| C[Devices]
A -->|Each organization has a unique ID| B
B -->|Each network has a unique ID| C
C -->|Devices are identified by their serial numbers| C C -->|Devices are identified by their serial numbers| C
``` ```