There was an error while loading. Please reload this page.
1 parent ca18168 commit 8134d58Copy full SHA for 8134d58
1 file changed
docs/plone_client.py
@@ -69,6 +69,7 @@ def patch_content(request: HTTPRequest):
69
cli.updateContent({python_to_js_literal(payload)});
70
"""
71
72
+
73
def post_content(request: HTTPRequest):
74
url = urlparse(request.url())
75
path = f'/{url.path.split("/", 2)[-1]}'
0 commit comments