(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Wed, 30 Apr 2025 10:55:12 +0000 (12:55 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Wed, 30 Apr 2025 10:55:12 +0000 (12:55 +0200)
1-request.json [new file with mode: 0644]
2-response.json [new file with mode: 0644]
README.rst [new file with mode: 0644]

diff --git a/1-request.json b/1-request.json
new file mode 100644 (file)
index 0000000..9047b50
--- /dev/null
@@ -0,0 +1,14 @@
+{\r
+       "type": [\r
+               {\r
+                       "target_id": "event",\r
+                       "target_type": "node_type"\r
+               }\r
+       ],\r
+       \r
+       "title": [\r
+               {\r
+                       "value": "20. Arbeitstreffen!!"\r
+               }\r
+       ]\r
+}
\ No newline at end of file
diff --git a/2-response.json b/2-response.json
new file mode 100644 (file)
index 0000000..791484e
--- /dev/null
@@ -0,0 +1,3 @@
+{\r
+       "message": "No entity content received."\r
+}
\ No newline at end of file
diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..393aa72
--- /dev/null
@@ -0,0 +1,7 @@
+The reason for my problem was that I had two slashes at the beginning::\r
+\r
+  PATCH //node/3230?_format=json HTTP/1.1\r
+\r
+After removing one, it worked.\r
+\r
+The double slashes were redirected to a single slash, but the body was lost in the redirection.
\ No newline at end of file