Skip to content

Commit

Permalink
Removes invalid cookie query param for Segments fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 authored Oct 10, 2024
1 parent f562993 commit f5e38d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/main/java/com/exponea/sdk/models/ApiEndPoint.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal data class ApiEndPoint(
MESSAGE_INBOX_READ("/webxp/projects/$TOKEN_PATH_PARAM/appinbox/markasread"),
INAPP_CONTENT_BLOCKS_STATIC("/wxstatic/projects/$TOKEN_PATH_PARAM/bundle-android.json?v=2"),
INAPP_CONTENT_BLOCKS_PERSONAL("/webxp/s/$TOKEN_PATH_PARAM/inappcontentblocks?v=2"),
SEGMENTS("/webxp/projects/$TOKEN_PATH_PARAM/segments?cookie="),
SEGMENTS("/webxp/projects/$TOKEN_PATH_PARAM/segments"),
LINK_CUSTOMER_IDS("/webxp/projects/$TOKEN_PATH_PARAM/cookies/$COOKIE_ID_PATH_PARAM/link-ids")
}

Expand Down

0 comments on commit f5e38d2

Please sign in to comment.