commits
List parent commits
List parent commits
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
(Required)
Example:
"ox"
Example:
"test-repo"
Example:
"main"
Response
200 - application/json
OK
Example:
[
{
"author": "Josh",
"date": "Wed, 03 Aug 2022 22:00:14 -0600",
"id": "20b9d5c4d1c213e9",
"message": "add README",
"parent_ids": ["4368d67f3bdd406"],
"timestamp": 1659585614580501000
}
]
Example:
"success"
Example:
"resource_found"