Skip to main content
POST
/
v1
/
platform
/
hub
/
repos
/
{owner}
/
{repo}
/
directories
/
commits
Error
A valid request URL is required to generate request examples
{
  "commit": {
    "commit_hash": "<string>",
    "created_at": "<string>",
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

owner
string
required

Repository owner handle or '-' for current tenant

repo
string
required

Repository handle

Body

application/json
files
object

Files maps path to an Entry (object = create/update/link, null = delete/unlink).

parent_commit
string

Response

OK

commit
object