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 23, 2024
1 parent 2f8c03c commit 0ce2183
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,12 @@ paths:
description: Create a Analytics Import using Google Search Console or Botify
depending on the Account configuration.
operationId: createAnalyticsImport
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AnalyticsImportRequest'
required: true
responses:
"201":
content:
Expand Down Expand Up @@ -1269,6 +1275,17 @@ components:
type: string
description: The wp-json endpoint for a website using the key.
readOnly: true
AnalyticsImportRequest:
type: object
description: An Analytics Import request.
properties:
urls:
type: array
description: An array of URLs.
items:
type: string
description: An array of URLs.
uniqueItems: true
BuildAuthorizeUriRequest:
type: object
description: The request of the `buildAuthorizeUri` endpoint.
Expand Down

0 comments on commit 0ce2183

Please sign in to comment.