From fb16214dc5d39de6f12d26f65dfff292ef60301d Mon Sep 17 00:00:00 2001 From: Ephraim Duncan <55143799+ephraimduncan@users.noreply.github.com> Date: Mon, 17 Feb 2025 04:42:37 +0000 Subject: [PATCH] chore: add asssitant role to the docs (#1638) --- apps/documentation/pages/developers/_meta.json | 2 +- .../pages/users/signing-documents/index.mdx | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/apps/documentation/pages/developers/_meta.json b/apps/documentation/pages/developers/_meta.json index a9f3c3823..0057496b3 100644 --- a/apps/documentation/pages/developers/_meta.json +++ b/apps/documentation/pages/developers/_meta.json @@ -14,4 +14,4 @@ "public-api": "Public API", "embedding": "Embedding", "webhooks": "Webhooks" -} \ No newline at end of file +} diff --git a/apps/documentation/pages/users/signing-documents/index.mdx b/apps/documentation/pages/users/signing-documents/index.mdx index a0a32399d..f37afc8f7 100644 --- a/apps/documentation/pages/users/signing-documents/index.mdx +++ b/apps/documentation/pages/users/signing-documents/index.mdx @@ -85,12 +85,13 @@ You can also set the recipient's role, which determines their actions and permis Documenso has 4 roles for recipients with different permissions and actions. -| Role | Function | Action required | Signature | -| :------: | :-----------------------------------------------------------------------------: | :-------------: | :-------: | -| Signer | Needs to sign signatures fields assigned to them. | Yes | Yes | -| Approver | Needs to approve the document as a whole. Signature optional. | Yes | Optional | -| Viewer | Needs to confirm they viewed the document. | Yes | No | -| BCC | Receives a copy of the signed document after completion. No action is required. | No | No | +| Role | Function | Action required | Signature | +| :-------: | :-----------------------------------------------------------------------------: | :-------------: | :-------: | +| Signer | Needs to sign signatures fields assigned to them. | Yes | Yes | +| Approver | Needs to approve the document as a whole. Signature optional. | Yes | Optional | +| Viewer | Needs to confirm they viewed the document. | Yes | No | +| Assistant | Can help prepare the document by filling in fields on behalf of other signers. | Yes | No | +| CC | Receives a copy of the signed document after completion. No action is required. | No | No | ### Fields