You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Drop pricing_infos from CreateActorRequest and clarify apify_margin_percentage docs (#1031)
- Regenerates the Pydantic models, TypedDicts, and literal aliases from
the [published OpenAPI
specification](https://docs.apify.com/api/openapi.json), and records its
version in `pyproject.toml`.
- Specification version: `v2-2026-08-24T085852Z` - **unchanged**, which
doesn't rule out a specification change: the published stamp can lag its
content by a deploy. Only the diff tells.
In [0, 1], fraction of pricePerUnitUsd that goes to Apify
740
+
Apify's share of the revenue generated under this pricing info record, as a fraction between 0 and 1. Set by the Apify platform.
741
+
741
742
"""
742
743
created_at: AwareDatetime
743
744
"""
@@ -792,18 +793,6 @@ class CreateActorRequest(BaseModel):
792
793
"""
793
794
An array of `Version` objects. Each object represents a specific version of the Actor's source code: its location, builds, and environment configuration.
0 commit comments