从 C2C 设备创建评论

通过已配对的 C2C 设备对资产发表评论。

身份验证

AuthorizationBearer

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

路径参数

asset_idstring必需格式: "uuid"
Asset ID

请求

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可选

用户模型

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