Skip to content

Commit 642a6bf

Browse files
authored
Merge pull request #125 from postmanlabs/FIX-missing-right-sidebar-info-MQTT
Added the right sidebar information
2 parents 9a44e5f + 420fcc1 commit 642a6bf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/pages/postman-api-client/mqtt-client/mqtt-request-interface.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,15 @@ When you connect to the broker, the response area creates a message stream showi
6363
- **Visualization**- The **Visualization** tab shows the message stream in a graphical format, a more comprehensible way to view telemetry data. The interface is divided into multiple windows per topic you have received messages for. For JSON responses, the values for the first field are plotted on the graph. You can change the selected field, and add more fields to compare the values side by side. You can also change the visualization style from line to bar chart.
6464

6565
----{image: visualization tab}----
66+
67+
## Using the right sidebar
68+
69+
The right sidebar gives you access to more tools and information like documentation, commenting, and request details. Open a GraphQL request, and then select an option in the right sidebar:
70+
71+
- **Request documentation**- Select the documentation icon to view description of a request. You can add description by selecting the edit icon next to the description, then writing your content using [Postman's built-in editing tools](https://learning.postman.com/docs/publishing-your-api/authoring-your-documentation/).
72+
- **Comments**- Select the comments icon to collaborate with your teammates as you work on an API. You can use `@` to tag others to ask a question, give feedback, and discuss your API.
73+
- **Request information** - Select the information icon to view more details about a request, like the request ID and creation date.
74+
75+
## Next steps
76+
77+
[Create your first MQTT request](/postman-api-client/mqtt-client/first-mqtt-request/)

0 commit comments

Comments
 (0)