Update Thread File

Update a thread file by its ID.

Path parameters

group_idintegerRequired
thread_idintegerRequired
file_idintegerRequired

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
typeenumOptional

Response

Successful Response
namestring

The human-readable name of the file

idinteger
group_idinteger
thread_idinteger
typeenum or null
The type of the file
created_atdatetime or null
updated_atdatetime or null
is_archivedboolean or null

Errors