Skip to content

Commit bbb4bf9

Browse files
jancurnclaude
andauthored
docs: Capitalize "Store" in API endpoint summary (#2418)
## Summary Updated the OpenAPI documentation to maintain consistent capitalization of "Store" in the API endpoint summary. ## Changes - Capitalized "Store" in the GET `/store` endpoint summary from "Get list of Actors in store" to "Get list of Actors in Store" ## Details This is a minor documentation improvement to ensure consistent terminology throughout the API specification, where "Store" (referring to the Apify Store) should be capitalized as a proper noun. https://claude.ai/code/session_016gkDqsRhCVkVLDtnq4egMw Co-authored-by: Claude <noreply@anthropic.com>
1 parent 230e61b commit bbb4bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-api/openapi/paths/store/store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
get:
22
tags:
33
- Store
4-
summary: Get list of Actors in store
4+
summary: Get list of Actors in Store
55
description: |
66
Gets the list of public Actors in Apify Store. You can use `search`
77
parameter to search Actors by string in title, name, description, username

0 commit comments

Comments
 (0)