You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/templates/python_tree.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,5 +277,6 @@ In the example above, the `stream=True` parameter is used to enable streaming of
277
277
## ⚠️ Limitations
278
278
279
279
- 🧬 The `python-tree` template is best suited for APIs that have a clear hierarchical structure. It may not be the best choice for APIs with flat or complex endpoint structures, where a different template design might be more appropriate.
280
-
- 💾 The `python-tree` template supports text, JSON, XML, and multipart payloads for requests. Responses can handle text, JSON, XML, and binary data payloads. Other payload types have not been tested and therefore may not work as expected (or may not work at all).
280
+
- 💾 **Request payloads**: This template supports request payloads with content types such as `text/plain`, `application/json`, `application/xml`, `multipart/form-data`, `application/x-www-form-urlencoded`, and types using structured syntax suffixes like `application/json-patch+json`. Other content types are untested and may not be supported.
281
+
- 📦 **Response payloads**: Supports response content types like `text/plain`, `application/json`, `application/xml`, and binary data.
281
282
- 🧭 Strategies requiring dynamic evaluation of runtime expressions, such as page or offset pagination, are not yet supported.
0 commit comments