Skip to content

Commit

Permalink
Set table width
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 1ac8ffa commit bc25c4c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/dynamic-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dynamic variables

Dynamic variables can only be used in the request builder. They do not work in scripts (pre-request/tests)!

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

Before Postman 7.2, only the following dynamic variables were available:
Expand All @@ -22,6 +22,9 @@ 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.

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

+--------------------------+--------------------------------+-------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------+
| Variable name | Description | Examples | Comment |
+==========================+================================+=======================================================+================================================================================================================================+
Expand Down

0 comments on commit bc25c4c

Please sign in to comment.