Skip to content

Commit 294aea1

Browse files
authored
Merge pull request #322 from swan-io/doc-1062-enrich-multi-consent-section
Update guide-create-multiconsent.mdx
2 parents 2c2300f + c5dd4ac commit 294aea1

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
:::tip Document retrieval
2+
Whenever possible, Swan independently retrieves required documents. If retrieval isn't possible, Swan may request the documents listed on this page to open an account for your company registered in {props.country}.
3+
:::
24

3-
</span>
5+
<span>
6+
<p>Documents must be written in the **Latin alphabet**, and must be comprehensive, accurate, and compliant with legal requirements.</p>
7+
</span>

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 allows your users to approve several sensitive operations simultaneously, reducing the number of consent prompts and improving their experience. 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)