Always use a JSON object to convey change data when no body template is present

This commit is contained in:
Jeremy Stretch
2020-02-25 10:43:14 -05:00
parent a5bd14fd47
commit 556d9a9b64
3 changed files with 9 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ The following data is available as context for Jinja2 templates:
### Default Request Body
If no body template is specified, and the HTTP content type is `application/json`, the request body will be populated with a JSON object containing the context data. For example, a newly created site might appear as follows:
If no body template is specified, the request body will be populated with a JSON object containing the context data. For example, a newly created site might appear as follows:
```no-highlight
{