Skip to main content
POST
/
api
/
v1
/
feedback-configs
Error
A valid request URL is required to generate request examples
{
  "feedback_key": "<string>",
  "feedback_config": {
    "min": 123,
    "max": 123,
    "categories": [
      {
        "value": 123,
        "label": "<string>"
      }
    ]
  },
  "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "modified_at": "2023-11-07T05:31:56Z",
  "is_lower_score_better": 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

Body

application/json
feedback_key
string
required
feedback_config
FeedbackConfig · object
required
is_lower_score_better
boolean | null
default:false

Response

Successful Response

feedback_key
string
required
feedback_config
FeedbackConfig · object
required
tenant_id
string<uuid>
required
modified_at
string<date-time>
required
is_lower_score_better
boolean | null