Skip to main content
PATCH
/
api
/
v1
/
tables
/
{table_pk}
/
fields
/
{name}
cURL
curl --request PATCH \
  --url https://api.nekt.ai/api/v1/tables/{table_pk}/fields/{name}/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "description": "<string>"
}
'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "json_schema": null
}

Documentation Index

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

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

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

name
string
required
table_pk
string
required

Body

description
string | null

Response

200 - application/json
id
string<uuid>
required
read-only
name
string
required
Maximum string length: 256
description
string | null
json_schema
unknown