Skip to content

Commit

Permalink
fix: jans-config-api parfameter month is not mandatory for endpoint /…
Browse files Browse the repository at this point in the history
…stat
  • Loading branch information
devrimyatar committed Sep 24, 2022
1 parent 80fa911 commit 0dcc3df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2873,7 +2873,6 @@ paths:
name: month
description: Month for which the stat report is to be fetched. The parameter is mandatory if start_month and end_month parameters are not present.
example: 202012 (2020 Dec) 202101 (2021 Jan))
required: true
- schema:
type: string
in: query
Expand Down Expand Up @@ -8031,4 +8030,4 @@ components:
uniqueItems: true
type: array
items:
type: string
type: string

0 comments on commit 0dcc3df

Please sign in to comment.