Puente Power Automate, servidor local del tablero HTML v7 y exportacion a Excel/TSV para monitoreo de proyectos en Microsoft Planner. Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
426 B
JSON
19 lines
426 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"accion": {
|
|
"type": "string",
|
|
"description": "Accion solicitada: listar_proyectos, test"
|
|
},
|
|
"group_ids": {
|
|
"type": "array",
|
|
"items": { "type": "string" },
|
|
"description": "Filtro opcional de grupos"
|
|
},
|
|
"plan_ids": {
|
|
"type": "array",
|
|
"items": { "type": "string" },
|
|
"description": "Filtro opcional de planes"
|
|
}
|
|
}
|
|
}
|