pingidentity / pingid-api-playground

Java application to test the PingID API operations. This sample application can help a developer understand the flows and the tokens involved with using the PingID API.
Apache License 2.0
12 stars 14 forks source link

the default apiVersion should be 4.9, to allow for multi-device support #7

Closed cakirkh closed 4 years ago

cakirkh commented 5 years ago

pingidentity/pingid-api-playground/blob/master/src/main/java/com/pingidentity/developer/pingid/Operation.java

private final String apiVersion = "4.6" should be private final String apiVersion = "4.9";

asafd1 commented 5 years ago

please create a pull request (you can use a forked repository)

jeremybcarrier commented 4 years ago

Updated default version to 4.9