将评论标记为未完成

如果某条评论已被标记为 已完成,则可通过调用此端点将其重置为 未完成

身份验证

AuthorizationBearer

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

路径参数

comment_idstring必需格式: "uuid"

响应

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