Skip to content

Commit bd6e3dc

Browse files
Merge branch 'master' into docs/ppe-academy-improvement
2 parents 44bf9e7 + 74b5790 commit bd6e3dc

File tree

4 files changed

+22
-358
lines changed

4 files changed

+22
-358
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,24 @@ properties:
5050
oneOf:
5151
- nullable: true
5252
- $ref: ./DefaultRunOptions.yaml
53+
taggedBuilds:
54+
type: object
55+
description: |
56+
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.
57+
The object you provide will completely overwrite all existing tagged builds for the Actor.
58+
59+
- To create or reassign a tag: Include it in the object with the desired `buildId`.
60+
- To remove a specific tag: Submit the object without that tag's key.
61+
- To remove all tags: Provide an empty object: `{}`.
62+
- If this field is omitted or `null`, the existing tags will not be changed.
63+
nullable: true
64+
additionalProperties:
65+
type: object
66+
required:
67+
- buildId
68+
properties:
69+
buildId:
70+
type: string
71+
example:
72+
latest:
73+
buildId: z2EryhbfhgSyqj6Hn

0 commit comments

Comments
 (0)