From 8026467b0295991fa77d168de0ff5ef1c373e6df Mon Sep 17 00:00:00 2001 From: Dmitriy Barbul Date: Thu, 7 Sep 2023 17:38:29 +0300 Subject: [PATCH] Remove hint about changing inbox to outbox --- .../pages/ditto/protocol-specification-things-messages.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/src/main/resources/pages/ditto/protocol-specification-things-messages.md b/documentation/src/main/resources/pages/ditto/protocol-specification-things-messages.md index a9000d6b07..da4e21064b 100644 --- a/documentation/src/main/resources/pages/ditto/protocol-specification-things-messages.md +++ b/documentation/src/main/resources/pages/ditto/protocol-specification-things-messages.md @@ -109,8 +109,6 @@ The answer of the coffee machine has the same `topic` and `correlation-id` as the original message. As we can see, the response does not only contain a `value` but also the `status` of the response which is based on the [HTTP status codes](protocol-specification.html#status). -Notice, that the `path` of the Message has changed from *inbox* to *outbox*, -which means the Message was sent *from* the Thing. Ditto automatically added some headers that we can ignore for now. ### Receiving a message