Skip to main content
POST
/
api
/
v1
/
comments
/
{owner}
/
{repo}
/
{parent_comment_id}
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "comment_on": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "content": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "num_sub_comments": 123,
  "num_likes": 123,
  "comment_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "comment_by_name": "<string>",
  "liked_by_auth_user": true
}

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
repo
string
required
parent_comment_id
string<uuid>
required

Body

application/json
content
string
required

Response

Successful Response

id
string<uuid>
required
comment_on
string<uuid>
required
content
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
num_sub_comments
integer
required
num_likes
integer
required
comment_by
string<uuid> | null
parent_id
string<uuid> | null
comment_by_name
string | null
liked_by_auth_user
boolean | null