Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
devadathanmb committed Dec 9, 2024
1 parent 751fbfd commit 7f12545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/schemas/expense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1689,6 +1689,7 @@ expenses_stats_in:
expenses_stats_out:
oneOf:
- type: array
title: "State-wise grouped stats"
description: Stats grouped by expense state
items:
type: object
Expand Down Expand Up @@ -1721,6 +1722,7 @@ expenses_stats_out:
# NOTE: This is a hack to maintain backward compatibility with the existing response structure
# TODO: @Dev to update the response once the hack is removed from platform-api
- type: object
title: "Overall stats"
description: Overall stats without state grouping
required:
- count
Expand Down

0 comments on commit 7f12545

Please sign in to comment.