File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
apify-api/openapi/components/schemas/actors Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments