Skip to content

Commit faf2888

Browse files
authored
feat(config-api): health check response rectification and Agama ADS swagger spec (#3293)
* feat(config-api): health check response rectification and Agama ADS swagger spec * feat(config-api): health check response rectification and Agama ADS swagger spec * feat(config-api): search changed to 0-index based rather than 1-index based
1 parent b9627d9 commit faf2888

File tree

14 files changed

+345
-73
lines changed

14 files changed

+345
-73
lines changed

jans-config-api/common/src/main/java/io/jans/configapi/util/ApiConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private ApiConstants() {}
122122

123123
//Pagination
124124
public static final String DEFAULT_LIST_SIZE = "50";
125-
public static final String DEFAULT_LIST_START_INDEX = "1";
125+
public static final String DEFAULT_LIST_START_INDEX = "0";
126126
public static final int DEFAULT_MAX_COUNT = 200;
127127
public static final String SORT_BY = "sortBy";
128128
public static final String SORT_ORDER = "sortOrder";

0 commit comments

Comments
 (0)