チェックインの作成
新規チェックインを行います。
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"
}Changes
Changed in 7 of the 30 revisions of this API.216
- ○
added the optional property
userto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
userfrom the response with the200statusresponse-optional-property-removed
- ●
- ○
added the optional property
userto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
sourceto the response with the200statusresponse-optional-property-added
- ○
- ▲
the
error/violations/items/response's property type/format changed fromstring/toobject/for status422response-property-type-changed
- ○
added the required property
error/violations/items/fieldto the response with the422statusresponse-required-property-added
- ○
added the required property
error/violations/items/messageto the response with the422statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲