Skip to main content
POST
/
commits
/
{owner}
/
{repo}
Error
A valid request URL is required to generate request examples
{
  "commit": {
    "commit_hash": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "example_run_ids": [
      "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    ],
    "full_name": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "manifest": {},
    "manifest_sha": [
      123
    ],
    "num_downloads": 123,
    "num_views": 123,
    "parent_commit_hash": "<string>",
    "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "repo_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z"
  }
}

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 (tenant handle) or '-' for private repos

repo
string
required

Repository handle

Body

application/json
description
string
manifest
object
parent_commit
string
skip_webhooks
any

SkipWebhooks allows skipping webhook notifications. Can be true (boolean) to skip all, or an array of webhook UUIDs to skip specific ones.

Response

Created

commit
object