Skip to content

Commit

Permalink
Update MIGRATING.md (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta authored Jul 29, 2020
1 parent aa3fc87 commit d4f18be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Below methods have been renamed for the sake of clarity.
- Renamed `getRule` to `getGroupRule`
- Renamed `listRules` to `listGroupRules`

Below API has undergone a signature change.
- `listUsers(String q, String filter, String format, String search, String expand)`
Signature changed to `listUsers(java.lang.String q, java.lang.String filter, java.lang.String search, java.lang.String sortBy, java.lang.String sortOrder)`

Note that the params `format` and `expand` have been removed. New params `sortBy` and `sortOrder` have been added. These are optional and would need to be specified only while using search queries.

### Package `com.okta.sdk.resource.log.LogEventList`

The API used to get log info has undergone a signature change (note the order swap of `until` and `since` parameters).
Expand Down

0 comments on commit d4f18be

Please sign in to comment.