Skip to content

Commit

Permalink
feat(config-api): health check response rectification and Agama ADS s…
Browse files Browse the repository at this point in the history
…wagger 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
  • Loading branch information
pujavs committed Dec 13, 2022
1 parent b9627d9 commit faf2888
Show file tree
Hide file tree
Showing 14 changed files with 345 additions and 73 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private ApiConstants() {}

//Pagination
public static final String DEFAULT_LIST_SIZE = "50";
public static final String DEFAULT_LIST_START_INDEX = "1";
public static final String DEFAULT_LIST_START_INDEX = "0";
public static final int DEFAULT_MAX_COUNT = 200;
public static final String SORT_BY = "sortBy";
public static final String SORT_ORDER = "sortOrder";
Expand Down
Loading

0 comments on commit faf2888

Please sign in to comment.