Skip to main content
POST
/
api
/
blueprints
/
{id}
/
comments
发表评论
curl --request POST \
  --url https://api.end.shallow.ink/api/blueprints/{id}/comments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "cap_token": "<string>"
}
'

Authorizations

Authorization
string
header
required

Web 平台登录用户的 JWT Access Token

Path Parameters

id
string
required

Body

application/json
content
string
required

评论内容

cap_token
string
required

Cap PoW 验证 Token

Response

201

评论成功