Skip to content

Commit 07b649b

Browse files
committed
some adjusts
1 parent 62a1b74 commit 07b649b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/refiner/actions/identify-user/identify-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import refiner from "../../refiner.app.mjs";
44
export default {
55
key: "refiner-identify-user",
66
name: "Identify User",
7-
description: "Creates or updates a user profile in Refiner. [See the documentation](https://refiner.io/docs/api/#identify-user)",
7+
description: "Identify a user with user ID or email. If the user does not exist, a new one will be created. [See the documentation](https://refiner.io/docs/api/#identify-user)",
88
version: "0.0.1",
99
type: "action",
1010
props: {

components/refiner/sources/new-segment-entry/new-segment-entry.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
...common,
66
key: "refiner-new-segment-entry",
77
name: "New Segment Entry",
8-
description: "Emit new event whenever a user enters a segment in Refiner.",
8+
description: "Emit new event whenever a user enters a segment in Refiner. [See the documentation](https://refiner.io/docs/api/#get-contacts)",
99
version: "0.0.1",
1010
type: "source",
1111
dedupe: "unique",

components/refiner/sources/new-survey-completion/new-survey-completion.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
...common,
66
key: "refiner-new-survey-completion",
77
name: "New Survey Completion",
8-
description: "Emit new event whenever a user completes a survey in Refiner.",
8+
description: "Emit new event whenever a user completes a survey in Refiner. [See the documentation](https://refiner.io/docs/api/#get-responses)",
99
version: "0.0.1",
1010
type: "source",
1111
dedupe: "unique",

0 commit comments

Comments
 (0)