0

Update openapi.json

This commit is contained in:
Nicolas 2024-04-25 13:28:07 -07:00
parent fb0301c1db
commit 3ac8724329

View File

@ -373,6 +373,8 @@
"type": "boolean" "type": "boolean"
}, },
"data": { "data": {
"type": "array",
"items": {
"type": "object", "type": "object",
"properties": { "properties": {
"url": { "url": {
@ -406,6 +408,7 @@
} }
} }
} }
}
}, },
"CrawlResponse": { "CrawlResponse": {
"type": "object", "type": "object",