Skip to main content
PATCH
/
api
/
v1
/
repos
/
{owner}
/
{repo}
/
tags
/
{tag_name}
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "repo_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "commit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "commit_hash": "<string>",
  "tag_name": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "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
repo
string
required
tag_name
string
required

Body

application/json

Fields to update a prompt tag

commit_id
string<uuid>
required
skip_webhooks
default:false

Response

Successful Response

Fields for a prompt tag

id
string<uuid>
required
repo_id
string<uuid>
required
commit_id
string<uuid>
required
commit_hash
string
required
tag_name
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required