Skip to content

Commit d86c582

Browse files
authored
Update guide-create-multiconsent.mdx
1 parent 2c2300f commit d86c582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/topics/users/consent/guide-create-multiconsent.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create a multi-consent
44

55
# Create a multi-consent
66

7-
Multiple consent allows you to group multiple consents for sensitive operations into a single consent, so your user can **consent to multiple operations at the same time**.
7+
The `CreateMultiConsent` mutation allows you to combine multiple individual consents for sensitive operations into a single consent. This enables your user to authorize several operations simultaneously, enhancing user experience by reducing the number of individual consent prompts. You can merge up to 100 individual consents into a single mutation.
88

99
## Guide {#guide}
1010

@@ -113,4 +113,4 @@ mutation ChooseOrder {
113113
}
114114
}
115115
}
116-
```
116+
```

0 commit comments

Comments
 (0)