Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Tenant ID associated with the file
Example:
"550e8400-e29b-41d4-a716-446655440010"
Name of the file
Example:
"project_document.pdf"
Type of the file
Example:
"application/pdf"
Link to the file storage
Example:
"https://example.com/files/project_document.pdf"
User ID who created the file
Example:
"550e8400-e29b-41d4-a716-446655440000"