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.
typeenum or nullOptional

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_atstring or nullformat: "date-time"
updated_atstring or nullformat: "date-time"
is_archivedboolean or null

Errors