Skip to main content
PUT
/
api
/
v1
/
orgs
/
ttl-settings
Error
A valid request URL is required to generate request examples
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "apply_to_all_projects": false,
  "longlived_ttl_days": 123
}

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

Body

application/json

Base TTL settings model.

default_trace_tier
enum<string>
required
Available options:
longlived,
shortlived
tenant_id
string<uuid> | null
apply_to_all_projects
boolean
default:false

Response

Successful Response

TTL settings model.

default_trace_tier
enum<string>
required
Available options:
longlived,
shortlived
id
string<uuid>
required
organization_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
configured_by
enum<string>
required
Available options:
system,
user
tenant_id
string<uuid> | null
apply_to_all_projects
boolean
default:false
longlived_ttl_days
integer | null