Skip to content

Commit 9131f6c

Browse files
committed
fix links & remove TODOs
1 parent c86f8cb commit 9131f6c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}@[email protected]

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,13 @@ get:
99
1010
The endpoints accept the same HTTP methods and query parameters as
1111
the respective storage endpoints.
12-
The base path represents the last actor task run object is:
13-
14-
TODO confirm correct endpoint here, current seems to be deprecated
12+
The base path represents the last actor task run object is:
1513
1614
`/v2/actor-tasks/{actorTaskId}/runs/last{?token,status}`
1715
1816
Using the `status` query parameter you can ensure to only get a run with a certain status
1917
(e.g. `status=SUCCEEDED`). The output of this endpoint and other query parameters
20-
are the same as in the [Run object](#/reference/actors/run-object) endpoint.
21-
22-
TODO confirm above link, we changed the categorization and we no longer have separete object categorization, would we link to specific endpoint/ list all endpoints that manipulate object/ remove the whole mention?
18+
are the same as in the [Run object](/api/v2/actor-run-get) endpoint.
2319
2420
In order to access the default storages of the last actor task run, i.e. log, key-value store, dataset and request queue,
2521
use the following endpoints:

0 commit comments

Comments
 (0)