Обновить комментарий

Обновление комментария по его ИД, перезаписав только переданные пары “ключ/значение”

Аутентификация

AuthorizationBearer

Аутентификация Bearer в форме Bearer <token>, где token — ваш токен аутентификации.

Параметры пути

comment_idstringОбязательныйformat: "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Опциональныйformat: "uuid"
has_repliesbooleanОпциональный
idstringОпциональныйformat: "uuid"
like_countintegerОпциональный
ownerobjectОпциональный

Модель пользователя

owner_idstringОпциональныйformat: "uuid"
textstringОпциональный
timestampintegerОпциональный

Ошибки

401
Unauthorized Error
404
Not Found Error