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 Dec 2, 2024
1 parent 6e62875 commit ae87e80
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,19 +534,23 @@ paths:
- Data URI
/data/authors:
post:
operationId: create
description: Creates the structured data for an author.
operationId: createAuthor
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AuthorRequest'
required: true
responses:
"200":
"201":
content: {}
description: OK
description: Success
"401":
description: Authentication Failure
security:
- ApiKey: []
summary: Create
tags:
- Authors
/ext/google/searchconsole/searches:
Expand Down Expand Up @@ -1920,11 +1924,13 @@ components:
\ language is supported."
AuthorRequest:
type: object
description: The author request.
properties:
language:
type: string
name:
type: string
description: "The name of the author, e.g. `John Smith`."
required:
- name
BotifyCrawlImportRequest:
type: object
description: The Botify Crawl Import request
Expand Down

0 comments on commit ae87e80

Please sign in to comment.