cURL
curl --request PATCH \ --url https://api.nekt.ai/api/v1/layers/{slug}/ \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "description": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "database_name": "<string>", "sample": true, "description": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.nekt.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nekt.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Format: 'x-api-key: api_key'
256
^[-a-zA-Z0-9_]+$
Was this page helpful?