Skip to content

Commit

Permalink
change resource paths of client certificate apis
Browse files Browse the repository at this point in the history
  • Loading branch information
RusJaI committed Jul 3, 2024
1 parent 2e373a8 commit 905062d
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 321 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public final class RestApiConstants {
public static final String MIGRATION_MODE = "migrationMode";

public static final String CERTS_BASE_PATH = "/certificates";
public static final String CLIENT_CERTS_BASE_PATH = "/clientCertificates/v2/";
public static final String CLIENT_CERTS_BASE_PATH = "/client-certs/";
public static final String CERTS_GET_PAGINATED_URL =
CERTS_BASE_PATH + "?limit=" + LIMIT_PARAM + "&offset=" + OFFSET_PARAM + QUERY_PARAM;
public static final String CLIENT_CERTS_GET_PAGINATED_URL =
Expand Down
Loading

0 comments on commit 905062d

Please sign in to comment.