Skip to main content
POST
Add a comment to a file slot

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Path Parameters

file
integer
required

DealFolderFile ID (slot ID).

Example:

5

Body

application/json
comment
string
required
Maximum string length: 2000
Example:

"Looks great — ship it!"

active_version_id
integer
required

ID of the file version this comment is anchored to.

Example:

11

Response

Comment added

status
string
Example:

"success"

message
string
Example:

"Comment added."

data
object

A comment on a Deal Folder file slot.