Skip to content

Commit

Permalink
feat(jans-config-api): swagger update for default value (#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
pujavs committed Feb 18, 2022
1 parent c4ed043 commit 8f59921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jans-config-api/docs/jans-config-api-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1816,13 +1816,13 @@ paths:
description: The 1-based index of the first query result.
- schema:
type: string
default: 1
default: inum
in: query
name: sortBy
description: Attribute whose value will be used to order the returned response.
- schema:
type: string
default: 1
default: ascending
enum:
- ascending
- descending
Expand Down

0 comments on commit 8f59921

Please sign in to comment.