docs(openapi): Add missing descriptions to Update Actor endpoint#2731
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
|
| type: [string, "null"] | ||
| pattern: ^([0-9]|[1-9][0-9])\.([0-9]|[1-9][0-9])$ | ||
| examples: ["0.0"] | ||
| description: The version number of the Actor. Must be a dot-separated sequence of numbers. |
There was a problem hiding this comment.
Do I understand it correctly? Is it this?
| description: The version number of the Actor. Must be a dot-separated sequence of numbers. | |
| description: The version number of the Actor. Must be a dot-separated sequence of two numbers which are the major and minor parts of major.minor.patch semantic versioning. |
There was a problem hiding this comment.
Good catch, I clarified it in one more place.
|
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 [#2731](apify/apify-docs#2731).
Create Actorrequest body.Unknown type errorin the preview.Part of #2684.