Files
P42_UI/app/assets/json/global/services.json
T
2025-10-20 14:33:13 +00:00

21 lines
476 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"
}
}
}
}