Skip to main content
PATCH
Update File Comment

Authorizations

Authorization
string
header
required

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

Path Parameters

file_comment_id
string
required

Body

application/json
text
string
private
boolean

Response

200 - application/json

Updated file comment

id
integer
required
Example:

97

created_at
string<date-time>
required
updated_at
string<date-time>
required
text
string
required
Example:

"changed hehe"

file
object
required
user
object
required
private
boolean
Example:

false

comments
object[]