From f3b3aa65492d0a28045a66b3c1c2ae34043b8d5a Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Tue, 21 Jan 2020 17:07:14 +0000 Subject: [PATCH] Removed unneeded content --- docs/source/extensions/marshaling.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/source/extensions/marshaling.rst b/docs/source/extensions/marshaling.rst index daf71ccd..e096545a 100644 --- a/docs/source/extensions/marshaling.rst +++ b/docs/source/extensions/marshaling.rst @@ -53,15 +53,3 @@ This JSON data is the parsed, converted into a Python dictionary, and passed as - Example (from ``03_marshaling_data.py``) - - -Scraps -++++++ - -An example request body that would be valid for this view is: - -.. code-block:: json - - { - "name": "My microscope name" - } \ No newline at end of file