Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 4.82 KB

recipientupdatedocumentrecipientrecipient.md

File metadata and controls

23 lines (18 loc) · 4.82 KB

RecipientUpdateDocumentRecipientRecipient

Example Usage

import { RecipientUpdateDocumentRecipientRecipient } from "@documenso/sdk-typescript/models/operations";

let value: RecipientUpdateDocumentRecipientRecipient = {
  id: 1186.15,
};

Fields

Field Type Required Description
id number ✔️ The ID of the recipient to update.
email string N/A
name string N/A
role operations.RecipientUpdateDocumentRecipientRole N/A
signingOrder number N/A
accessAuth operations.RecipientUpdateDocumentRecipientAccessAuth The type of authentication required for the recipient to access the document.
actionAuth operations.RecipientUpdateDocumentRecipientActionAuth The type of authentication required for the recipient to sign the document.