Skip to content

Commit f9ca9d1

Browse files
algolia-botpipeline1987millotp
committed
fix(specs): crawler logs file response (#5601) (generated) [skip ci]
Co-authored-by: Felipe Bermudez <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 35e9941 commit f9ca9d1

File tree

3 files changed

+49
-3
lines changed

3 files changed

+49
-3
lines changed

docs/bundled/crawler.json

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
],
760760
"responses": {
761761
"200": {
762-
"$ref": "#/components/responses/crawlerLogsResponse"
762+
"$ref": "#/components/responses/crawlerLogsFileResponse"
763763
},
764764
"400": {
765765
"$ref": "#/components/responses/InvalidRequest"
@@ -3608,6 +3608,26 @@
36083608
}
36093609
}
36103610
},
3611+
"crawlerLogsFileResponse": {
3612+
"description": "Get Crawler File Response.",
3613+
"content": {
3614+
"application/json": {
3615+
"schema": {
3616+
"title": "getCrawlerFileResponse",
3617+
"type": "object",
3618+
"properties": {
3619+
"file": {
3620+
"title": "crawlerLogFile",
3621+
"type": "string"
3622+
}
3623+
},
3624+
"required": [
3625+
"file"
3626+
]
3627+
}
3628+
}
3629+
}
3630+
},
36113631
"Forbidden": {
36123632
"description": "Invalid credentials.",
36133633
"content": {

docs/bundled/crawler.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ paths:
654654
- $ref: '#/components/parameters/CrawlerLogIdParameter'
655655
responses:
656656
'200':
657-
$ref: '#/components/responses/crawlerLogsResponse'
657+
$ref: '#/components/responses/crawlerLogsFileResponse'
658658
'400':
659659
$ref: '#/components/responses/InvalidRequest'
660660
'401':
@@ -3973,6 +3973,19 @@ components:
39733973
required:
39743974
- logs
39753975
- meta
3976+
crawlerLogsFileResponse:
3977+
description: Get Crawler File Response.
3978+
content:
3979+
application/json:
3980+
schema:
3981+
title: getCrawlerFileResponse
3982+
type: object
3983+
properties:
3984+
file:
3985+
title: crawlerLogFile
3986+
type: string
3987+
required:
3988+
- file
39763989
Forbidden:
39773990
description: Invalid credentials.
39783991
content:

specs/bundled/crawler.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ paths:
654654
- $ref: '#/components/parameters/CrawlerLogIdParameter'
655655
responses:
656656
'200':
657-
$ref: '#/components/responses/crawlerLogsResponse'
657+
$ref: '#/components/responses/crawlerLogsFileResponse'
658658
'400':
659659
$ref: '#/components/responses/InvalidRequest'
660660
'401':
@@ -3973,6 +3973,19 @@ components:
39733973
required:
39743974
- logs
39753975
- meta
3976+
crawlerLogsFileResponse:
3977+
description: Get Crawler File Response.
3978+
content:
3979+
application/json:
3980+
schema:
3981+
title: getCrawlerFileResponse
3982+
type: object
3983+
properties:
3984+
file:
3985+
title: crawlerLogFile
3986+
type: string
3987+
required:
3988+
- file
39763989
Forbidden:
39773990
description: Invalid credentials.
39783991
content:

0 commit comments

Comments
 (0)