Skip to content

Commit c92eef6

Browse files
committed
add description
1 parent e899fd4 commit c92eef6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@ properties:
5151
- nullable: true
5252
- $ref: ./DefaultRunOptions.yaml
5353
taggedBuilds:
54+
description: |
55+
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.
56+
The object you provide will completely overwrite all existing tagged builds for the Actor.
57+
58+
- To create or reassign a tag: Include it in the object with the desired `buildId`.
59+
- To remove a specific tag: Submit the object without that tag's key.
60+
- To remove all tags: Provide an empty object: `{}`.
61+
- If this field is omitted or `null`, the existing tags will not be changed.
5462
type: object
5563
additionalProperties:
5664
type: object

0 commit comments

Comments
 (0)