diff --git a/src/welcome_page.cpp b/src/welcome_page.cpp index d73aa75..f767fa7 100644 --- a/src/welcome_page.cpp +++ b/src/welcome_page.cpp @@ -185,14 +185,6 @@ std::string welcome_page() { -
-

PUT /update

-

Update the metadata for an existing object. Requires authentication. Send a JSON body with hash and metadata fields.

-
{
-  "hash": "<object_hash>",
-  "metadata": { "key": "value" }
-}
-
@@ -200,4 +192,4 @@ std::string welcome_page() { )"; } -} // namespace simple_object_storage \ No newline at end of file +} // namespace simple_object_storage