更新评论

通过其 ID 更新评论,仅覆盖传入的键值对

身份验证

AuthorizationBearer

Bearer 身份验证,格式为 Bearer <token>,其中 token 是您的身份验证令牌。

路径参数

comment_idstring必需格式: "uuid"
Comment ID

请求

Comment to create or update
textstring必需
The body of the comment.
annotationstring可选
Serialized list of geometry and/or drawing data. Learn more [here](https://developer.frame.io/docs/workflows-assets/working-with-annotations)
pageinteger可选

Page number for a comment (documents only).

timestampdouble可选

Timestamp for the comment, in frames, starting at 0.

Comments can “global” to an asset in which you don’t provide the timestamp, or if you’re reviewing a “document” like a PDF then you would use page instead of timestamp to identify where the comment belongs.

durationinteger可选

Used to produce range-based comments, this is the duration measured in frames.

privateboolean可选

Set to true to make your comment a “Team-only Comment” that won’t be visible to anonymous reviewers or Collaborators.

pitchinteger可选Deprecated

Pitch measurement for the comment (360deg video only).

yawinteger可选Deprecated

Yaw measurement for the comment (360deg video only).

响应

Comment success response
annotationstring可选
completedboolean可选
completed_atstring可选
completer_idstring可选格式: "uuid"
has_repliesboolean可选
idstring可选格式: "uuid"
like_countinteger可选
ownerobject可选

用户模型

owner_idstring可选格式: "uuid"
textstring可选
timestampinteger可选

错误

401
Unauthorized Error
404
Not Found Error