Skip to content

Commit f67e639

Browse files
committed
feat: make defaultRunOptions optional, but not nullable
1 parent d243866 commit f67e639

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ properties:
4242
description: ''
4343
nullable: true
4444
defaultRunOptions:
45-
nullable: true
4645
$ref: ./DefaultRunOptions.yaml

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ properties:
1616
example: 2048
1717
restartOnError:
1818
type: boolean
19-
nullable: true
2019
example: false

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
title: ActUpdate
2-
required:
3-
- name
4-
- isPublic
5-
- versions
62
type: object
73
properties:
84
name:
@@ -43,7 +39,6 @@ properties:
4339
description: ''
4440
nullable: true
4541
defaultRunOptions:
46-
nullable: true
4742
$ref: ./DefaultRunOptions.yaml
4843
taggedBuilds:
4944
type: object
@@ -66,3 +61,7 @@ properties:
6661
example:
6762
latest:
6863
buildId: z2EryhbfhgSyqj6Hn
64+
required:
65+
- name
66+
- isPublic
67+
- versions

0 commit comments

Comments
 (0)