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 22, 2024
1 parent 130875d commit efa4d50
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,33 @@ paths:
summary: Update
tags:
- Plugin Diagnostics
/accounts/{id}:
get:
description: Get the account
operationId: getAccount
parameters:
- in: path
name: id
required: true
schema:
type: integer
format: int64
responses:
"200":
content:
application/json:
schema:
$ref: '#/components/schemas/Account'
description: Found
"401":
description: Authentication Failure
"404":
description: Not Found
security:
- OAuth2: []
summary: Get an account.
tags:
- Accounts
/addon/configurations:
get:
description: List the Add-ons configurations
Expand Down

0 comments on commit efa4d50

Please sign in to comment.