Bug fixing

This commit is contained in:
Your Name
2025-05-25 12:01:56 +12:00
parent 652ef87902
commit d7264e6b7b

View File

@@ -34,6 +34,7 @@ Public read actions:
### Retrieve Metadata
- Get all metadata for a tag:
- `curl http://localhost:8123/meta/squashkiwi:latest`
- `curl http://localhost:8123/meta/4528400792837739857`
- Response format: `{"result":"success","metadata":{"description":"Example file","tags":["test","example"],"custom_field":"custom value"}}`
### Service Status Check