We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4d6b89 + ce4c21f commit a9c43c5Copy full SHA for a9c43c5
iterableapi/src/main/java/com/iterable/iterableapi/IterableConstants.java
@@ -74,7 +74,7 @@ public final class IterableConstants {
74
public static final String ENDPOINT_UPDATE_USER_SUBS = "users/updateSubscriptions";
75
public static final String ENDPOINT_TRACK_INAPP_CLOSE = "events/trackInAppClose";
76
public static final String ENDPOINT_GET_REMOTE_CONFIGURATION = "mobile/getRemoteConfiguration";
77
- public static final String ENDPOINT_GET_EMBEDDED_MESSAGES = "flex/messages";
+ public static final String ENDPOINT_GET_EMBEDDED_MESSAGES = "embedded-messaging/messages";
78
79
public static final String PUSH_APP_ID = "IterableAppId";
80
public static final String PUSH_GCM_PROJECT_NUMBER = "GCMProjectNumber";
0 commit comments