Skip to content

Commit

Permalink
Merge pull request #12704 from dakshina99/API-provider-length-increament
Browse files Browse the repository at this point in the history
Increase the Max Length of the API Provider Field
  • Loading branch information
AnuGayan authored Nov 21, 2024
2 parents 11155dc + e650410 commit b30f80b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2569,7 +2569,7 @@ public static class RestApiConstants {

public static final int MAX_LENGTH_API_NAME = 60;
public static final int MAX_LENGTH_VERSION = 30;
public static final int MAX_LENGTH_PROVIDER = 50;
public static final int MAX_LENGTH_PROVIDER = 200;
public static final int MAX_LENGTH_CONTEXT = 232; //context becomes context + version + two '/'. Max context is 200
public static final int MAX_LENGTH_MEDIATION_POLICY_NAME = 255;

Expand Down

0 comments on commit b30f80b

Please sign in to comment.