Skip to content

Update a URL​

PUT
/urls/{id}

Set crawl_enabled to false to stop full-site crawling and remove crawled page documents for this URL from the pages index.

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Parameters​

Path Parameters

id*
Type
string
Required

Request Body​

application/json
JSON
{
  
"url": "string",
  
"title": "string",
  
"site": "string",
  
"crawl_enabled": true,
  
"knowledge_source_type": "string"
}

Responses​

OK

application/json
JSON
{
  
"url": "string",
  
"deleted_pages": 0
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI