diff --git a/src/pages/docs/release-notes/upcoming-releases.md b/src/pages/docs/release-notes/upcoming-releases.md index 22593a8f3..66e4f08df 100644 --- a/src/pages/docs/release-notes/upcoming-releases.md +++ b/src/pages/docs/release-notes/upcoming-releases.md @@ -8,7 +8,7 @@ Partners can now see churn risk and seat expansion signals for each customer thr **What changed?** -Setting the request parameter `includePropensity` to `true` fetches `churn` and `seatExpansion` arrays. Each contains a `probability` rating (`HIGH`, `MEDIUM`, or `LOW`), a `refreshDate`, and a `reasons` array with up to seven leading indicators ordered by relevance. +Set the request parameter `includePropensity` to ["churn"], ["seatExpansion"], or `["churn", "seatExpansion"]` to retrieve the corresponding `churn` and `seatExpansion` propensity signals. Each contains a `probability` rating (`HIGH`, `MEDIUM`, or `LOW`), a `refreshDate`, and a `reasons` array with up to seven leading indicators ordered by relevance. Seat expansion also includes `predictedAddonSize` with the expected number of additional seats. diff --git a/src/pages/sandbox/sandbox-portal/image/set-propensity-level.png b/src/pages/sandbox/sandbox-portal/image/set-propensity-level.png index b0f21cc7b..337eb60d4 100644 Binary files a/src/pages/sandbox/sandbox-portal/image/set-propensity-level.png and b/src/pages/sandbox/sandbox-portal/image/set-propensity-level.png differ