From a4156799809aa83c34a05134ce6c19aaccf6bbb7 Mon Sep 17 00:00:00 2001 From: Pete Markowsky Date: Wed, 8 Feb 2023 16:13:08 -0500 Subject: [PATCH] Fix sync protocol diagram. (#1037) --- docs/development/sync-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/sync-protocol.md b/docs/development/sync-protocol.md index bf3f93882..057f04b2a 100644 --- a/docs/development/sync-protocol.md +++ b/docs/development/sync-protocol.md @@ -46,7 +46,7 @@ sequenceDiagram server -->> client: eventupload response (200) end loop until all rules are downloaded - client ->> server: GET /ruledownload/ + client ->> server: POST /ruledownload/ server --> client: ruledownload response (200) end client ->> server: POST /postflight/ request