...
Mermaid | ||||||
---|---|---|---|---|---|---|
| ||||||
{"diagramDefinition":"graph TD\r\n\r\nZ(( ))\r\n\r\nstyle Z fill:#g1g,stroke:#100,stroke-width:20px\r\n\r\nZ-->A(Requires: More than one enterprise!)\r\n\r\nA -->B(Get<font color=0052cc>Get users by name)\r\n\r\nclick B href \"https://wiki.abiquo.com/api/latest/UsersResource.html#list-users\"\r\n\r\nB -->C(Get<font color=0052cc>Get enterprises<br/>by name)\r\n\r\nclick C href \"https://wiki.abiquo.com/api/latest/EnterprisesResource.html#list-enterprises\"\r\n\r\nC-->D(Modify the user entity to add<br/>the new 'enterprise' link)\r\n\r\nD-->E(Update<font color=0052cc>Update the user<br/>in any enterprise)\r\n\r\nclick E href \"https://wiki.abiquo.com/api/latest/UsersResource.html#update-a-user\"\r\n\r\nE-->Q((<fontcolour=f3efe6> * ))\r\n\tstyle Q fill:#f3efe6,stroke:#030300,stroke-width:7px,color:#f3efe6"} |
...