diff --git a/src/SIUToba/rest/docs/controlador_docs.php b/src/SIUToba/rest/docs/controlador_docs.php index d5dfa5e..60f1c45 100644 --- a/src/SIUToba/rest/docs/controlador_docs.php +++ b/src/SIUToba/rest/docs/controlador_docs.php @@ -190,7 +190,7 @@ protected function add_apis($path) $operation['summary'] = $reflexion->get_summary_metodo($metodo); $operation['description'] = $reflexion->get_notes_metodo($metodo); - $operation['operationId'] = "$nombre_clase:$nombre_metodo"; + $operation['operationId'] = "$nombre_clase:{$metodo['nombre']}"; $operation['parameters'] = array_merge($params_path, $params_body, $params_query); $operation['responses'] = $reflexion->get_respuestas_metodo($metodo);