Skip to content

Commit

Permalink
Try table format
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Despa authored and Valentin Despa committed Jun 20, 2019
1 parent bc25c4c commit 126ca17
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/dynamic-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dynamic variables
Dynamic variables can only be used in the request builder. They do not work in scripts (pre-request/tests)!

.. image:: _static/dynamic-variables.png
:scale: 100 %
:scale: 50 %

Before Postman 7.2, only the following dynamic variables were available:

Expand All @@ -22,6 +22,10 @@ Before Postman 7.2, only the following dynamic variables were available:
Starting with version 7.2, Postman is using the faker.js library and added more variables. If used multiple times, they can return different values per request.
Note: the autocomplete support in the Request Builder might be missing.

.. raw:: latex

\begin{landscape}

.. table:: This is my table
:widths: 20 20 30 30

Expand Down Expand Up @@ -97,4 +101,8 @@ Note: the autocomplete support in the Request Builder might be missing.
| | | | |
+--------------------------+--------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
| | | | |
+--------------------------+--------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
+--------------------------+--------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------+

.. raw:: latex

\end{landscape}

0 comments on commit 126ca17

Please sign in to comment.