Skip to content

Commit 4d4f77f

Browse files
committed
Merge branch 'feat/update-tagged-builds-api-docs' of https://github.com/apify/apify-docs into feat/update-tagged-builds-api-docs
2 parents 4d42ee4 + 052759f commit 4d4f77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ properties:
5353
taggedBuilds:
5454
type: object
5555
description: |
56-
An object to modify the Actor's tagged builds. The key is the tag name (e.g., _latest_), and the value is either an object with a `buildId` or `null`.
56+
An object to modify tags on the Actor's builds. The key is the tag name (e.g., _latest_), and the value is either an object with a `buildId` or `null`.
5757
5858
This operation is a patch; any existing tags that you omit from this object will be preserved.
5959

0 commit comments

Comments
 (0)