Uploads a new version of the comment file with the specified id.
Uploads a new version of an comment file. Use this to upload a file as a form value along with the basic file meta data. The file size must not exceed 1GB.
Path parameters
commentId
The id of the comment.
fileId
The id of the file.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a multipart form containing a file.
File
Response
OK
id
The id of the file version.
fileInfoId
The id of the file this version belongs to.
version
The version of the file.
size
The size of the file, in bytes.
width
The width if this is an image file.
height
The height if this is an image file.
createdOn
The date this file version was created.
createdBy
The id of the user who created this file version.
updatedOn
The date this file version was last modified.
updatedBy
The id of the user who last modified this file version.