Skip to content

Commit

Permalink
Update api
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2025
1 parent 5eba1e2 commit 6f56a72
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,18 @@ paths:
summary: List
tags:
- Google Merchants
/google-search-console/authorization:
delete:
description: Retrieve the authorizations of the authenticated user.
operationId: deleteAuthorization
responses:
"202":
description: Authorization of the account authenticated is deleted.
security:
- ApiKey: []
summary: Delete an authorization
tags:
- Google Search Console OAuth2
/google-search-console/authorizations:
get:
description: Retrieve the authorizations of the authenticated user.
Expand Down

0 comments on commit 6f56a72

Please sign in to comment.