update API endpoint and api docs

This commit is contained in:
Amit Kumar
2025-03-24 19:08:22 +00:00
parent 475b515964
commit 41fb099b8e
3 changed files with 8 additions and 5 deletions

View File

@@ -151,7 +151,8 @@ curl --connect-timeout 6000 \
"image": "macos-sequoia-vanilla:latest",
"name": "my-vm-name",
"registry": "ghcr.io",
"organization": "trycua"
"organization": "trycua",
"noCache": false
}' \
http://localhost:3000/lume/pull
```