From caa82872848bf87f4e783bd7cb6b8345d32ec07f Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Thu, 30 May 2024 03:39:55 +1000 Subject: [PATCH] protocol: remove id note from readme --- api/protocol/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/protocol/README.md b/api/protocol/README.md index 47d500df..0361a119 100644 --- a/api/protocol/README.md +++ b/api/protocol/README.md @@ -26,9 +26,6 @@ The message header contains metadata required for processing the message: - **`id`**: A string used to uniquely identify each request. Responses will have the same `id` as the request, making it possible to match requests to responses. -> [!NOTE] -> Request message IDs should be randomly generated or sequential. - ### Payload The payload type depends on the command being called. Please refer to the documentation for more details on the specific