Create a Comment from a C2C device

Leave a comment on an Asset from a paired C2C device.

認証

AuthorizationBearer

Bearer <token>形式のBearer認証。tokenは認証トークンです。

パスパラメータ

asset_idstring必須

リクエスト

Comment to create or update
textstring必須
The body of the comment.
timestampdoubleオプション
Timestamp for the comment, in frames, starting at 0. Comments can be "global" to an asset in which you don't provide the timestamp.

レスポンス

C2C Comment success response
annotationstring
completedboolean
completed_atstring
completer_idstring形式: "uuid"
has_repliesboolean
idstring形式: "uuid"
like_countinteger
ownerobject
User model
owner_idstring形式: "uuid"
textstring
timestampinteger
_typestring
anonymous_user_idstring形式: "uuid"
aspect_ratiodouble
asset_idstring形式: "uuid"
comment_entitieslist of any
deleted_atstring
device_channel_input_idstring
durationinteger
fovinteger
framedouble
inserted_atstring
pageinteger
parent_idstring形式: "uuid"
pitchinteger
privateboolean
read_countinteger
target_asset_idstring形式: "uuid"
text_edited_atstring
thumbstring
timestamp_microsecondsinteger
updated_atstring
yawinteger

エラー

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error