diff --git a/src/welcome_page.cpp b/src/welcome_page.cpp
index 3810658..dd83418 100644
--- a/src/welcome_page.cpp
+++ b/src/welcome_page.cpp
@@ -155,7 +155,7 @@ std::string welcome_page() {
-
Label:Tag Operations
+
Operations
-
GET
@@ -164,42 +164,21 @@ std::string welcome_page() {
-
GET
- /exists/label:tag
+ /exists/{label:tag|hash}
Check if an object exists by label:tag
-
GET
- /object/label:tag
+ /object/{label:tag|hash}
Retrieve an object by label:tag
-
GET
- /meta/label:tag
+ /meta/{label:tag|hash}
Get object metadata by label:tag
-
-
-
Hash Operations
-
- -
- GET
- /exists/hash
- Check if an object exists by hash
-
- -
- GET
- /object/hash
- Retrieve an object by hash
-
- -
- GET
- /meta/hash
- Get object metadata by hash
-
-
-