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 Oct 7, 2024
1 parent 386ff6e commit ded990d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ paths:
description: Authentication Failure
security:
- ApiKey: []
- OAuth2: []
summary: Get my Account statistics
tags:
- Account Stats
Expand Down Expand Up @@ -1711,6 +1712,10 @@ components:
type: object
description: The Account statistics
properties:
entities:
type: integer
format: int64
description: The number of entities.
entities_with_url:
type: integer
format: int64
Expand All @@ -1724,6 +1729,7 @@ components:
format: int64
description: The number of products in the KG.
required:
- entities
- entities_with_url
- product_groups
- products
Expand Down

0 comments on commit ded990d

Please sign in to comment.