코멘트 업데이트

ID로 코멘트를 업데이트하되 전달된 키/값 쌍만 덮어쓰기

인증

AuthorizationBearer

Bearer <token> 형식의 Bearer 인증. 여기서 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