Skip to content

Commit cc55e57

Browse files
committed
feat: get top-level restartOnError back as deprecated
1 parent f67e639 commit cc55e57

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

apify-api/openapi/components/schemas/actors/Actor.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ properties:
2929
type: string
3030
nullable: true
3131
example: My favourite actor!
32+
restartOnError:
33+
type: boolean
34+
example: false
35+
deprecated: true # Use defaultRunOptions.restartOnError instead
3236
isPublic:
3337
type: boolean
3438
example: false

apify-api/openapi/components/schemas/actors/CreateActorRequest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ properties:
2525
type: string
2626
nullable: true
2727
example: My actor is the best
28+
restartOnError:
29+
type: boolean
30+
example: false
31+
deprecated: true # Use defaultRunOptions.restartOnError instead
2832
versions:
2933
type: array
3034
items:

apify-api/openapi/components/schemas/actors/UpdateActorRequest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ properties:
2323
type: string
2424
nullable: true
2525
example: My Actor
26+
restartOnError:
27+
type: boolean
28+
example: false
29+
deprecated: true # Use defaultRunOptions.restartOnError instead
2630
versions:
2731
type: array
2832
items:

0 commit comments

Comments
 (0)