Load KF works

This commit is contained in:
STEINNI
2025-10-29 17:41:29 +00:00
parent f349ff38f4
commit dfab013abe
8 changed files with 105 additions and 21 deletions
+8
View File
@@ -17,6 +17,14 @@
}
},
"/keyframes": {
"list": {
"uri": "/api/keyframes",
"method": "POST"
},
"get": {
"uri": "/api/keyframes/{kfId}",
"method": "GET"
},
"create": {
"uri": "/api/keyframes",
"method": "PUT"