diff --git a/apify-api/openapi/components/schemas/actor-runs/RunOrigin.yaml b/apify-api/openapi/components/schemas/actor-runs/RunOrigin.yaml index d74519fa35..f777cd56a3 100644 --- a/apify-api/openapi/components/schemas/actor-runs/RunOrigin.yaml +++ b/apify-api/openapi/components/schemas/actor-runs/RunOrigin.yaml @@ -9,4 +9,5 @@ enum: - WEBHOOK - ACTOR - CLI + - CI - STANDBY diff --git a/apify-api/openapi/components/schemas/actors/ActorDefinition.yaml b/apify-api/openapi/components/schemas/actors/ActorDefinition.yaml index 6ce7137305..f4cd18036d 100644 --- a/apify-api/openapi/components/schemas/actors/ActorDefinition.yaml +++ b/apify-api/openapi/components/schemas/actors/ActorDefinition.yaml @@ -51,11 +51,11 @@ properties: description: Specifies the default amount of memory in megabytes to be used when the Actor is started. Can be an integer or a [dynamic memory expression](/platform/actors/development/actor-definition/dynamic-actor-memory). minMemoryMbytes: type: integer - minimum: 256 + minimum: 128 description: Specifies the minimum amount of memory in megabytes required by the Actor. maxMemoryMbytes: type: integer - minimum: 256 + minimum: 128 description: Specifies the maximum amount of memory in megabytes required by the Actor. usesStandbyMode: type: boolean