1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-18 22:31:32 +03:00
leon/core/skills-endpoints.json
2022-02-16 22:28:05 +08:00

12 lines
196 B
JSON

{
"endpoints": [
{
"method": "POST",
"route": "/api/action/productivity/todo_list/create_list",
"params": [
"list"
],
"entitiesType": "trim"
}
]
}