'Generic Commit'
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 55s
Build-Test-Publish / build (linux/arm64) (push) Successful in 1m14s
Build-Test-Publish / create-manifest (push) Successful in 13s

This commit is contained in:
Your Name
2025-06-17 20:57:19 +12:00
parent 4a514b5b0a
commit 1967731167

View File

@@ -185,14 +185,6 @@ std::string welcome_page() {
</ul>
</div>
<div class="endpoint-group">
<h3>PUT /update</h3>
<p>Update the metadata for an existing object. Requires authentication. Send a JSON body with <code>hash</code> and <code>metadata</code> fields.</p>
<pre>{
"hash": "&lt;object_hash&gt;",
"metadata": { "key": "value" }
}</pre>
</div>
</div>
</div>
</body>