From ded990dd1c5e8a87f72b2711bd8baabac85637e7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 7 Oct 2024 14:07:48 +0000 Subject: [PATCH] update api/manager.yaml --- api/manager.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/manager.yaml b/api/manager.yaml index 66fced4..8d9bf0d 100644 --- a/api/manager.yaml +++ b/api/manager.yaml @@ -356,6 +356,7 @@ paths: description: Authentication Failure security: - ApiKey: [] + - OAuth2: [] summary: Get my Account statistics tags: - Account Stats @@ -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 @@ -1724,6 +1729,7 @@ components: format: int64 description: The number of products in the KG. required: + - entities - entities_with_url - product_groups - products