docs(openapi): Add missing descriptions to Get Actor endpoint - #2841
Conversation
|
🗑️ Preview for this PR was deleted. |
|
Python client model regeneration failed. See workflow run. |
|
Python client model regeneration failed. See workflow run. |
| isCritical: | ||
| type: boolean | ||
| examples: [false] | ||
| description: Whether the Actor is maintained by Apify. |
There was a problem hiding this comment.
Nitpick: Is this correct? The description doesn't match the field name for me. Critical for what? ;-)
There was a problem hiding this comment.
Yeah, the name threw me off as well 😅 But the explanation stands (for example, helpText)
|
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 The companion
|
- Updates the auto-generated Pydantic models and TypedDicts based on the proposed OpenAPI specification changes. - Based on apify-docs PR [#2841](apify/apify-docs#2841).
Part of #2684.