Update work/tbx/meraki/meraki_api.md
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user