Skip to content

Corrigir tipagem de retorno do endpoint PATCH de FinancialMovement #38

Description

@brunosilvaJava

Problema

FinancialMovementController.update() retorna ResponseEntity<?>, perdendo tipagem forte e prejudicando o contrato gerado no OpenAPI/Swagger.

Proposta

  • Alterar assinatura para ResponseEntity<FinancialMovementResponse>.
  • Verificar se a interface FinancialMovementControllerApiDocs precisa de ajuste correspondente.

Prioridade

Alta

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions