Skip to content

Commit 15b1604

Browse files
committed
add nullable option
1 parent c92eef6 commit 15b1604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ properties:
5151
- nullable: true
5252
- $ref: ./DefaultRunOptions.yaml
5353
taggedBuilds:
54+
type: object
5455
description: |
5556
Object containing the Actor's tagged builds, where the key is the tag name (e.g., `latest`) and the value is an object containing the build ID.
5657
The object you provide will completely overwrite all existing tagged builds for the Actor.
@@ -59,7 +60,7 @@ properties:
5960
- To remove a specific tag: Submit the object without that tag's key.
6061
- To remove all tags: Provide an empty object: `{}`.
6162
- If this field is omitted or `null`, the existing tags will not be changed.
62-
type: object
63+
nullable: true
6364
additionalProperties:
6465
type: object
6566
required:

0 commit comments

Comments
 (0)