Skip to main content
PATCH
/
api
/
context
/
{id}
Update context
curl --request PATCH \
  --url https://console.neuronsearchlab.com/api/context/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "json_data": {}
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.neuronsearchlab.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Platform API key issued from Console > Platform API Keys. Format: nsl__.

Path Parameters

id
integer
required

Body

application/json
name
string
description
string
json_data
object

Response

Updated context

The response is of type object.