/webhooks/checkin/{id}

Webhook IDを発行したユーザで新規チェックインを行います。

post/webhooks/checkin/{id}

Path parameters

idstring required

Webhook管理ページで発行したID

Request body

checked_in_atstring date-time

チェックイン日時 (ISO 8601形式、タイムゾーンを省略した場合も受理するが動作は未定義、省略した場合はサーバのシステム日時を使用)

tagsstring[]

タグ (スペースを含めるのは禁止、先頭および末尾に空白が含まれている場合はtrimされる)

linkstring

オカズリンク (http, https)

notestring

ノート

is_privateboolean

非公開チェックインとして設定

is_too_sensitiveboolean

チェックイン対象のオカズをより過激なオカズとして設定

Response

チェックイン成功

statusnumber required

HTTPステータスコードと同じ値

checkinobject required

チェックインデータ

Example response

{
  "status": 200
}

Changes