diff --git a/apps/api/openapi.json b/apps/api/openapi.json index 55bfe1c..7147af1 100644 --- a/apps/api/openapi.json +++ b/apps/api/openapi.json @@ -190,6 +190,11 @@ "description": "Ignore the website sitemap when crawling", "default": false }, + "replaceAllPathsWithAbsolutePaths": { + "type": "boolean", + "description": "Replace all relative paths with absolute paths for images and links", + "default": false + }, "limit": { "type": "integer", "description": "Maximum number of pages to crawl",