Skip to main content
POST
/
api
/
5
/
user
/
comment
comment
curl --request POST \
  --url https://sg.sobot.io/api/5/user/comment \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "partnerid": "<string>",
  "type": "<string>",
  "score": "<string>",
  "tag": "<string>",
  "remark": "<string>",
  "comment_type": "<string>",
  "solved": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
partnerid
string
type
string
score
string
tag
string
remark
string
comment_type
string
solved
string

Response

200

No Content