File tree Expand file tree Collapse file tree 3 files changed +49
-3
lines changed
Expand file tree Collapse file tree 3 files changed +49
-3
lines changed Original file line number Diff line number Diff line change 759759 ],
760760 "responses" : {
761761 "200" : {
762- "$ref" : " #/components/responses/crawlerLogsResponse "
762+ "$ref" : " #/components/responses/crawlerLogsFileResponse "
763763 },
764764 "400" : {
765765 "$ref" : " #/components/responses/InvalidRequest"
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" : {
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments