Skip to content

Update guide-create-multiconsent.mdx #322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:::tip Document retrieval
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}.
:::

</span>
<span>
<p>Documents must be written in the **Latin alphabet**, and must be comprehensive, accurate, and compliant with legal requirements.</p>
</span>
4 changes: 2 additions & 2 deletions docs/topics/users/consent/guide-create-multiconsent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Create a multi-consent

# Create a multi-consent

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**.
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.

## Guide {#guide}

Expand Down Expand Up @@ -113,4 +113,4 @@ mutation ChooseOrder {
}
}
}
```
```