Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 4.42 KB

File metadata and controls

17 lines (14 loc) · 4.42 KB

DocumentCreatePayload

Fields

Field Type Required Description
title str ✔️ N/A
external_id Optional[str] N/A
visibility Optional[models.DocumentCreateVisibility] N/A
global_access_auth List[models.DocumentCreateGlobalAccessAuth] N/A
global_action_auth List[models.DocumentCreateGlobalActionAuth] N/A
form_values Dict[str, models.DocumentCreateFormValues] N/A
folder_id Optional[str] N/A
recipients List[models.DocumentCreateRecipient] N/A
attachments List[models.DocumentCreateAttachment] N/A
meta Optional[models.DocumentCreateMeta] N/A