From ffe70d40e72e8468f2998e149d463622b6a663a9 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 10 Apr 2026 13:51:04 +0000 Subject: [PATCH] docs: capitalize "Store" in store endpoint summary Rename "Get list of Actors in store" to "Get list of Actors in Store" to match the official "Apify Store" product name capitalization used elsewhere in the docs. https://claude.ai/code/session_016gkDqsRhCVkVLDtnq4egMw --- apify-api/openapi/paths/store/store.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apify-api/openapi/paths/store/store.yaml b/apify-api/openapi/paths/store/store.yaml index bffbc04ff8..c898ce8848 100644 --- a/apify-api/openapi/paths/store/store.yaml +++ b/apify-api/openapi/paths/store/store.yaml @@ -1,7 +1,7 @@ get: tags: - Store - summary: Get list of Actors in store + summary: Get list of Actors in Store description: | Gets the list of public Actors in Apify Store. You can use `search` parameter to search Actors by string in title, name, description, username