Files
P42_UI/app/assets/json/global/services.json
T
2025-10-25 20:23:43 +00:00

27 lines
625 B
JSON

{
"success": true,
"error": "",
"payload": {
"/agents": {
"getTypes": {
"uri": "/api/agent-types/{family}",
"method": "GET"
},
"getSprites": {
"uri": "/api/agent-sprites/{group}",
"method": "GET"
},
"getProperties": {
"uri": "/api/agent/{id}",
"method": "GET"
}
},
"/keyframes": {
"save": {
"uri": "/api/keyframes/{id}",
"method": "PUT"
}
}
}
}