cURL
curl --request PATCH \ --url https://api.getarbol.com/v1/documents/{documentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "summary": "<string>", "isEnabled": true } '
{ "error": { "code": "<string>", "message": "<string>", "details": {} }, "requestId": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.getarbol.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getarbol.com/llms.txt
Use this file to discover all available pages before exploring further.
Use your API key from the Arbol dashboard. Go to Settings > API Keys to generate one.
Document ID
Updated document