Files
P42_UI/app/assets/json/global/services.json
T
2025-10-26 20:03:19 +00:00

35 lines
863 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": {
"create": {
"uri": "/api/keyframes",
"method": "PUT"
},
"rename": {
"uri": "/api/keyframes/{kfId}",
"method": "PUT"
},
"saveAgents": {
"uri": "/api/keyframes/{kfId}/agents",
"method": "PUT"
}
}
}
}