Skip to content

Files

Latest commit

author
Bevan Wishart
Aug 15, 2023
f23442c · Aug 15, 2023

History

History
11 lines (8 loc) · 657 Bytes

UsersIdAttachmentsPostRequest.md

File metadata and controls

11 lines (8 loc) · 657 Bytes

# UsersIdAttachmentsPostRequest

Properties

Name Type Description Notes
title string The title of the attachment. If the title is blank or not provided, the title will derived from the file name. [optional]
file_name string The file name of the attachment. [optional]
file_data string The base64-encoded contents of the source file. The supported file types are png, jpg, pdf, xls, xlsx, doc, docx. [optional]

[Back to Model list] [Back to API list] [Back to README]