Skip to content

Commit fb8791a

Browse files
committed
Add note about the serialized_data structure #345
Signed-off-by: tdruez <[email protected]>
1 parent 91bf6b0 commit fb8791a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/integrations-rest-api.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ Optional fields:
139139
- **content_object** (string|null): URI of associated content object.
140140
- **cc_emails** (array of strings): List of emails to notify.
141141

142+
.. note::
143+
144+
The structure of **serialized_data** depends on the "Request Template" used
145+
for the request. To help construct valid **serialized_data**, consult the
146+
``form_data_layout`` field available in the Request Template list at
147+
``https://localhost/api/v2/request_templates/``.
148+
142149
Example of minimal JSON payload::
143150

144151
{

0 commit comments

Comments
 (0)