manager: improve unflatten info message (#73500)
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Emmanuel Cazenave 2023-01-17 15:04:52 +01:00
parent ccaf89b344
commit a3755d4074
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
{% render_body_schemas body_schemas=endpoint.body_schemas %}
{% if endpoint.body_schemas|get:"application/json"|get:"unflatten" %}
<div class="pk-information">{% blocktrans trimmed %}
Object parameters can be sent as flat elements, with keys and subkeys separated
Object or array parameters can be sent as flat elements, with keys and subkeys separated
by a / character, eg: <tt>{"element": {"child": "value"}}</tt> can
be sent as <tt>{"element/child": "value"}</tt>.
{% endblocktrans %}</div>