We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f023dd commit 183395dCopy full SHA for 183395d
apify-api/openapi/components/schemas/actors/UpdateActorRequest.yaml
@@ -34,7 +34,7 @@ properties:
34
versions:
35
type: array
36
items:
37
- $ref: "./CreateOrUpdateEnvVarRequest.yaml"
+ $ref: './CreateOrUpdateEnvVarRequest.yaml'
38
description: ''
39
pricingInfos:
40
@@ -50,3 +50,15 @@ properties:
50
oneOf:
51
- nullable: true
52
- $ref: ./DefaultRunOptions.yaml
53
+ taggedBuilds:
54
+ type: object
55
+ additionalProperties:
56
57
+ required:
58
+ - buildId
59
+ properties:
60
+ buildId:
61
+ type: string
62
+ example:
63
+ latest:
64
+ buildId: z2EryhbfhgSyqj6Hn
0 commit comments