kf save almost good

This commit is contained in:
STEINNI
2025-10-26 20:03:19 +00:00
parent 4e1f6886f2
commit f349ff38f4
5 changed files with 58 additions and 18 deletions
+11 -3
View File
@@ -17,10 +17,18 @@
}
},
"/keyframes": {
"save": {
"uri": "/api/keyframes/{id}",
"create": {
"uri": "/api/keyframes",
"method": "PUT"
},
"rename": {
"uri": "/api/keyframes/{kfId}",
"method": "PUT"
},
"saveAgents": {
"uri": "/api/keyframes/{kfId}/agents",
"method": "PUT"
}
}
}
}
}