docs(openapi): Add missing descriptions to Actor object#2685
Conversation
|
🗑️ Preview for this PR was deleted. |
|
Important Action required — @szaganek please coordinate this docs PR with the Python API client PR linked below. Because this PR modifies the OpenAPI specification, the generated models in A companion PR has been opened in
|
| folder: | ||
| type: boolean | ||
| description: Always `true` for folders. Used to distinguish folders from files. | ||
| description: Whether it's a folder. Distinguishes folders from files. |
There was a problem hiding this comment.
Nitpick: Having "is folder" boolean in a "folder" object looks strange. But it's off-topic for this PR :-)
|
Thank you for filling these things that we never did! Looks good, just two small description fixes pls :) |
|
Important Action required — @szaganek please coordinate this docs PR with the Python API client PR linked below. Because this PR modifies the OpenAPI specification, the generated models in A companion PR has been opened in
|
|
Important Action required — @szaganek please coordinate this docs PR with the Python API client PR linked below. Because this PR modifies the OpenAPI specification, the generated models in A companion PR has been opened in
|
This PR updates the auto-generated Pydantic models and TypedDicts based on OpenAPI specification changes in [apify-docs PR #2685](apify/apify-docs#2685).
Actorobject. (pricingInfoswill follow as a separate PR)Create Actorendpoint description.Part of #2684.