A civic design review asks for a sequence diagram of enabling a library-branch SSID through the city's back-end and the Meraki Dashboard API. What must the diagram show to satisfy that request?
Select an answer to reveal the explanation.
Short Explanation
A sequence diagram is a conversation script: who speaks to whom, in order. Give the user or UI, the back-end, and the Meraki API their own lifelines, then label the API call and its reply.
Full Explanation
DEVCOR 1.12 expects sequence diagrams that include API calls as distinct interactions. Separate lifelines plus labeled request/response on the platform API arrow show call order clearly. A network topology sketch, a raw OpenAPI dump, or collapsing the API into the back-end loses that interaction story.