Create File Entry

Create a new file entry for a specific group and deal. Requires the contents to be uploaded separately via signed-url.

Path parameters

group_idintegerRequired
deal_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired

The human-readable name of the file

typeenum or nullOptional
The type of the file

Response

Successful Response
namestring

The human-readable name of the file

idinteger
deal_idinteger or null
signed_urlobject
typeenum or null
The type of the file
created_atstring or nullformat: "date-time"
updated_atstring or nullformat: "date-time"
is_archivedboolean or null

Errors