checkin
チェックインの作成
新規チェックインを行います。
post/v1/checkins
Request body
Example request
{
"checked_in_at": "2020-07-21T19:19:19+0900",
"tags": [
"Example",
"Example_2"
],
"link": "http://example.com",
"note": "すごく出た"
}Response
成功
Example response
{
"checked_in_at": "2020-07-21T19:19:19+0900",
"tags": [
"Example",
"Example_2"
],
"link": "http://example.com",
"note": "すごく出た",
"source": "api"
}