Skip to content

Commit 07bd3d4

Browse files
authored
docs: fix a typo in the actors/builds/default endpoint docs (#1528)
There's no build `id` among this endpoint's parameters - the "authentication" is ensured by the obscurity of the Actor ID.
1 parent 9f968c4 commit 07bd3d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apify-api/openapi/paths/actors/acts@{actorId}@[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ get:
88
Use the optional `waitForFinish` parameter to synchronously wait for the build to finish.
99
This avoids the need for periodic polling when waiting for the build to complete.
1010
11-
This endpoint does not require an authentication token. Instead, calls are authenticated using the build's unique ID.
11+
This endpoint does not require an authentication token. Instead, calls are authenticated using the Actor's unique ID.
1212
However, if you access the endpoint without a token, certain attributes (e.g., `usageUsd` and `usageTotalUsd`) will be hidden.
1313
operationId: act_build_default_get
1414
security:

0 commit comments

Comments
 (0)