Skip to content

Commit d243866

Browse files
committed
feat: remove restartOnError from Actor schemas and update in examples
1 parent d23946e commit d243866

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ properties:
2929
type: string
3030
nullable: true
3131
example: My favourite actor!
32-
restartOnError:
33-
type: boolean
34-
nullable: true
35-
example: false
3632
isPublic:
3733
type: boolean
3834
example: false

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ properties:
2727
type: string
2828
nullable: true
2929
example: My Actor
30-
restartOnError:
31-
type: boolean
32-
nullable: true
33-
example: false
3430
versions:
3531
type: array
3632
items:

apify-api/openapi/paths/actors/acts@{actorId}.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ get:
2828
name: MyActor
2929
username: jane35
3030
description: My favourite Actor!
31-
restartOnError: false
3231
isPublic: false
3332
createdAt: '2019-07-08T11:27:57.401Z'
3433
modifiedAt: '2019-07-08T14:01:05.546Z'
@@ -70,6 +69,7 @@ get:
7069
build: latest
7170
timeoutSecs: 3600
7271
memoryMbytes: 2048
72+
restartOnError: false
7373
exampleRunInput:
7474
body: '{ "helloWorld": 123 }'
7575
contentType: application/json; charset=utf-8
@@ -140,7 +140,6 @@ put:
140140
seoTitle: My Actor
141141
seoDescription: My Actor is the best
142142
title: My Actor
143-
restartOnError: false
144143
versions:
145144
- versionNumber: '0.0'
146145
sourceType: SOURCE_FILES
@@ -159,6 +158,7 @@ put:
159158
build: latest
160159
timeoutSecs: 3600
161160
memoryMbytes: 2048
161+
restartOnError: false
162162
required: true
163163
responses:
164164
'200':
@@ -175,7 +175,6 @@ put:
175175
name: MyActor
176176
username: jane35
177177
description: My favourite Actor!
178-
restartOnError: false
179178
isPublic: false
180179
createdAt: '2019-07-08T11:27:57.401Z'
181180
modifiedAt: '2019-07-08T14:01:05.546Z'
@@ -217,6 +216,7 @@ put:
217216
build: latest
218217
timeoutSecs: 3600
219218
memoryMbytes: 2048
219+
restartOnError: false
220220
exampleRunInput:
221221
body: '{ "helloWorld": 123 }'
222222
contentType: application/json; charset=utf-8

0 commit comments

Comments
 (0)