Skip to content

Commit

Permalink
Fix sync protocol diagram. (google#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarkowsky authored Feb 8, 2023
1 parent 27ae60e commit a415679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/sync-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sequenceDiagram
server -->> client: eventupload response (200)
end
loop until all rules are downloaded
client ->> server: GET /ruledownload/<machine_id>
client ->> server: POST /ruledownload/<machine_id>
server --> client: ruledownload response (200)
end
client ->> server: POST /postflight/<machine_id> request
Expand Down

0 comments on commit a415679

Please sign in to comment.