Skip to content

Commit

Permalink
update api/manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 14, 2024
1 parent ce88ccc commit e89860d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -993,6 +993,12 @@ paths:
required: true
responses:
"200":
content:
application/x-ndjson:
schema:
type: array
items:
$ref: '#/components/schemas/WebPage'
description: Success
"401":
description: Authentication Failure
Expand Down Expand Up @@ -2107,6 +2113,23 @@ components:
type: string
description: The URLs
uniqueItems: true
WebPage:
type: object
properties:
abstract:
type: string
date_published:
type: string
format: date
headline:
type: string
image:
type: string
format: url
text:
type: string
url:
type: string
Website:
type: object
description: A Website
Expand Down

0 comments on commit e89860d

Please sign in to comment.