Skip to main content
POST
/
api
/
v1
/
org-charts
/
section
Error
A valid request URL is required to generate request examples
{
  "title": "<string>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "description": "<string>",
  "index": 123,
  "chart_count": 123,
  "created_at": "2023-11-07T05:31:56Z",
  "modified_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

Body

application/json
title
string
required
description
string | null
index
integer | null

Response

Successful Response

title
string
required
id
string<uuid>
required
description
string | null
index
integer | null
chart_count
integer | null
created_at
string<date-time> | null
modified_at
string<date-time> | null