0

Update openapi.json

This commit is contained in:
Nicolas 2024-06-11 12:08:49 -07:00
parent da38dad9a7
commit b87725c683

View File

@ -190,6 +190,11 @@
"description": "Ignore the website sitemap when crawling", "description": "Ignore the website sitemap when crawling",
"default": false "default": false
}, },
"replaceAllPathsWithAbsolutePaths": {
"type": "boolean",
"description": "Replace all relative paths with absolute paths for images and links",
"default": false
},
"limit": { "limit": {
"type": "integer", "type": "integer",
"description": "Maximum number of pages to crawl", "description": "Maximum number of pages to crawl",