Skip to content

Comments

Don edited this page Mar 4, 2019 · 3 revisions

CREATE A COMMENT:

Request: url: https://i.doit.im/api/comments method: POST

{
  "content": "https://github.com/conventional-changelog/standard-version",
  "uuid": "a7759ce5-eae2-4325-a930-f9501eab9256",
  "task": "4dacfe2c-9e4f-4562-9127-868d4e7b0053",
  "created": 1551651193215,
  "author": "51ccea200cf260f0dd8bb3a1",
  "author_email": "xxxx@foxmail.com"
}

Response:

{
    "code": "200",
    "message": "success",
    "usn": 22281,
    "server_time": 1551651193910
}
Clone this wiki locally