Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://example.com/api/indexes/{indexId} \ --header 'Content-Type: application/json' \ --cookie better-auth.session_token= \ --data ' { "contextFields": [ "<string>" ], "displayName": "<string>", "levelField": "<string>", "messageField": "<string>", "tracebackField": "<string>" } '
{ "error": { "code": "<string>", "message": "<string>", "requestId": "<string>", "statusCode": 123, "details": [ { "message": "<string>", "path": "<string>" } ] } }
1
128
hidden
admin
all
Request validation failed
Show child attributes