Skip to content

Commit 183395d

Browse files
committed
feat: update actor tagged builds openapi
1 parent 3f023dd commit 183395d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ properties:
3434
versions:
3535
type: array
3636
items:
37-
$ref: "./CreateOrUpdateEnvVarRequest.yaml"
37+
$ref: './CreateOrUpdateEnvVarRequest.yaml'
3838
description: ''
3939
pricingInfos:
4040
type: array
@@ -50,3 +50,15 @@ properties:
5050
oneOf:
5151
- nullable: true
5252
- $ref: ./DefaultRunOptions.yaml
53+
taggedBuilds:
54+
type: object
55+
additionalProperties:
56+
type: object
57+
required:
58+
- buildId
59+
properties:
60+
buildId:
61+
type: string
62+
example:
63+
latest:
64+
buildId: z2EryhbfhgSyqj6Hn

0 commit comments

Comments
 (0)