Appearance
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
Requiredstring
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
{
 Â
 Â
}