Skip to content

Commit

Permalink
Changed swagger documentation for _stats endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed May 28, 2024
1 parent 1e09542 commit a006c43
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions openapis/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,17 @@ paths:
summary: Returns basic information about the records in IndexD
produces:
- application/json
parameters:
- in: body
name: month
type: integer
description: Month for which data is to be returned. (Either both month and year or neither must be provided)
required: false
- in: body
name: year
type: integer
description: year for which data is to be returned. (Either both month and year or neither must be provided)
required: false
responses:
'200':
description: successful operation
Expand Down

0 comments on commit a006c43

Please sign in to comment.