Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ lastRunByActor:
on the Actor's last run. Only runs that are starting or running are aborted.
For runs with status `FINISHED`, `FAILED`, `ABORTING` and `TIMED-OUT` this call
does nothing.
operationId: act_runs_last_abort_post
operationId: actor_runs_last_abort_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ lastRunByActor:

This endpoint is a shortcut for [Metamorph run](#/reference/actor-runs/metamorph-run/metamorph-run)
on the Actor's last run.
operationId: act_runs_last_metamorph_post
operationId: actor_runs_last_metamorph_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ lastRunByActor:
on the Actor's last run. Only runs with status `RUNNING` can be rebooted. The run's
container will be restarted, so any data not persisted in the key-value store, dataset,
or request queue will be lost.
operationId: act_runs_last_reboot_post
operationId: actor_runs_last_reboot_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ byActorRunId:

For more information, see the [Actor
docs](https://docs.apify.com/platform/actors/running/runs-and-builds#resurrection-of-finished-run).
operationId: act_run_resurrect_post
operationId: actor_run_resurrect_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/runId"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ put:
The response is the [EnvVar object](#/reference/actors/environment-variable-object) as returned by the
[Get environment variable](#/reference/actors/environment-variable-object/get-environment-variable)
endpoint.
operationId: act_version_envVar_put
operationId: actor_version_envVar_put
x-legacy-doc-urls:
- https://docs.apify.com/api/v2#/reference/actors/environment-variable-object/update-environment-variable
- https://docs.apify.com/api/v2#/reference/actors/update-environment-variable
Expand All @@ -91,7 +91,7 @@ post:
object](#/reference/actors/environment-variable-object)
passed as JSON in the POST payload.
This endpoint is an alias for the [`PUT` update environment variable](#tag/ActorsEnvironment-variable-object/operation/act_version_envVar_put) method and behaves identically.
operationId: act_version_envVar_post
operationId: actor_version_envVar_post
x-legacy-doc-urls:
- https://docs.apify.com/api/v2#/reference/actors/environment-variable-object/update-environment-variable
- https://docs.apify.com/api/v2#/reference/actors/update-environment-variable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ put:

The response is the [Version object](#/reference/actors/version-object) as
returned by the [Get version](#/reference/actors/version-object/get-version) endpoint.
operationId: act_version_put
operationId: actor_version_put
x-legacy-doc-urls:
- https://docs.apify.com/api/v2#/reference/actors/version-object/update-version
- https://docs.apify.com/api/v2#/reference/actors/update-version
Expand All @@ -83,7 +83,7 @@ post:
description: |
Updates Actor version using values specified by a [Version object](#/reference/actors/version-object) passed as JSON in the POST payload.
This endpoint is an alias for the [`PUT` update version](#tag/ActorsVersion-object/operation/act_version_put) method and behaves identically.
operationId: act_version_post
operationId: actor_version_post
x-legacy-doc-urls:
- https://docs.apify.com/api/v2#/reference/actors/version-object/update-version
- https://docs.apify.com/api/v2#/reference/actors/update-version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ listLastRun:

This endpoint is a shortcut that resolves the last run's `defaultDatasetId` and proxies to the
[Get dataset items](/api/v2/dataset-items-get) endpoint.
operationId: act_runs_last_dataset_items_get
operationId: actor_runs_last_dataset_items_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -475,7 +475,7 @@ postLastRun:
This endpoint is a shortcut that resolves the last run's `defaultDatasetId` and proxies to the
[Store items](/api/v2/dataset-items-post) endpoint.

operationId: act_runs_last_dataset_items_post
operationId: actor_runs_last_dataset_items_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ getLastRun:

This endpoint is a shortcut that resolves the last run's `defaultDatasetId` and proxies to the
[Get dataset statistics](/api/v2/dataset-statistics-get) endpoint.
operationId: act_runs_last_dataset_statistics_get
operationId: actor_runs_last_dataset_statistics_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
6 changes: 3 additions & 3 deletions apify-api/openapi/components/objects/datasets/dataset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ getLastRun:

This endpoint is a shortcut for getting the last run's `defaultDatasetId` and then using the
[Get dataset](/api/v2/dataset-get) endpoint.
operationId: act_runs_last_dataset_get
operationId: actor_runs_last_dataset_get

getTaskLastRun:
<<: [*sharedGet, *sharedTaskLastRun]
Expand Down Expand Up @@ -165,7 +165,7 @@ putLastRun:

This endpoint is a shortcut for getting the last run's `defaultDatasetId` and then using the
[Update dataset](/api/v2/dataset-put) endpoint.
operationId: act_runs_last_dataset_put
operationId: actor_runs_last_dataset_put

putTaskLastRun:
<<: [*sharedPut, *sharedTaskLastRun]
Expand Down Expand Up @@ -215,7 +215,7 @@ deleteLastRun:

This endpoint is a shortcut for getting the last run's `defaultDatasetId` and then using the
[Delete dataset](/api/v2/dataset-delete) endpoint.
operationId: act_runs_last_dataset_delete
operationId: actor_runs_last_dataset_delete

deleteTaskLastRun:
<<: [*sharedDelete, *sharedTaskLastRun]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ listLastRun:

This endpoint is a shortcut for getting the last run's `defaultKeyValueStoreId` and then using the
[Get list of keys](/api/v2/key-value-store-keys-get) endpoint.
operationId: act_runs_last_keyValueStore_keys_get
operationId: actor_runs_last_keyValueStore_keys_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ getLastRun:

This endpoint is a shortcut for getting the last run's `defaultKeyValueStoreId` and then using the
[Get record](/api/v2/key-value-store-record-get) endpoint.
operationId: act_runs_last_keyValueStore_record_get
operationId: actor_runs_last_keyValueStore_record_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -257,7 +257,7 @@ putLastRun:

This endpoint is a shortcut for getting the last run's `defaultKeyValueStoreId` and then using the
[Store record](/api/v2/key-value-store-record-put) endpoint.
operationId: act_runs_last_keyValueStore_record_put
operationId: actor_runs_last_keyValueStore_record_put
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -318,7 +318,7 @@ postLastRun:

This endpoint is a shortcut for getting the last run's `defaultKeyValueStoreId` and then using the
[Store record](/api/v2/key-value-store-record-post) endpoint.
operationId: act_runs_last_keyValueStore_record_post
operationId: actor_runs_last_keyValueStore_record_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -380,7 +380,7 @@ deleteLastRun:

This endpoint is a shortcut for getting the last run's `defaultKeyValueStoreId` and then using the
[Delete record](/api/v2/key-value-store-record-delete) endpoint.
operationId: act_runs_last_keyValueStore_record_delete
operationId: actor_runs_last_keyValueStore_record_delete
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ listLastRun:

This endpoint is a shortcut for getting the last run's `defaultKeyValueStoreId` and then using the
[Download records](/api/v2/key-value-store-records-get) endpoint.
operationId: act_runs_last_keyValueStore_records_get
operationId: actor_runs_last_keyValueStore_records_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ getLastRun:
This endpoint is a shortcut for getting the run's `defaultKeyValueStoreId` and then using the
[Get store](/api/v2/key-value-store-get) endpoint.

operationId: act_runs_last_keyValueStore_get
operationId: actor_runs_last_keyValueStore_get

getTaskLastRun:
<<: [*sharedGet, *sharedTaskLastRun]
Expand Down Expand Up @@ -164,7 +164,7 @@ putLastRun:
This endpoint is a shortcut for getting the run's `defaultKeyValueStoreId` and then using the
[Update store](/api/v2/key-value-store-put) endpoint.

operationId: act_runs_last_keyValueStore_put
operationId: actor_runs_last_keyValueStore_put

putTaskLastRun:
<<: [*sharedPut, *sharedTaskLastRun]
Expand Down Expand Up @@ -216,7 +216,7 @@ deleteLastRun:
This endpoint is a shortcut for getting the run's `defaultKeyValueStoreId` and then using the
[Delete store](/api/v2/key-value-store-delete) endpoint.

operationId: act_runs_last_keyValueStore_delete
operationId: actor_runs_last_keyValueStore_delete

deleteTaskLastRun:
<<: [*sharedDelete, *sharedTaskLastRun]
Expand Down
2 changes: 1 addition & 1 deletion apify-api/openapi/components/objects/logs/log.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ getLastRun:
Retrieves last Actor run's logs.

This endpoint is a shortcut for getting last Actor run's log. Same as [Get log](/api/v2/log-get) endpoint.
operationId: act_runs_last_log_get
operationId: actor_runs_last_log_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/logParameters.yaml#/stream"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ postLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Get head and lock](/api/v2/request-queue-head-lock-post) endpoint.
operationId: act_runs_last_requestQueue_head_lock_post
operationId: actor_runs_last_requestQueue_head_lock_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ listLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Get head](/api/v2/request-queue-head-get) endpoint.
operationId: act_runs_last_requestQueue_head_get
operationId: actor_runs_last_requestQueue_head_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ putLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Prolong request lock](/api/v2/request-queue-request-lock-put) endpoint.
operationId: act_runs_last_requestQueue_request_lock_put
operationId: actor_runs_last_requestQueue_request_lock_put
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -175,7 +175,7 @@ deleteLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Delete request lock](/api/v2/request-queue-request-lock-delete) endpoint.
operationId: act_runs_last_requestQueue_request_lock_delete
operationId: actor_runs_last_requestQueue_request_lock_delete
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ getLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Get request](/api/v2/request-queue-request-get) endpoint.
operationId: act_runs_last_requestQueue_request_get
operationId: actor_runs_last_requestQueue_request_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -170,7 +170,7 @@ putLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Update request](/api/v2/request-queue-request-put) endpoint.
operationId: act_runs_last_requestQueue_request_put
operationId: actor_runs_last_requestQueue_request_put
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -240,7 +240,7 @@ deleteLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Delete request](/api/v2/request-queue-request-delete) endpoint.
operationId: act_runs_last_requestQueue_request_delete
operationId: actor_runs_last_requestQueue_request_delete
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ postLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Add requests](/api/v2/request-queue-requests-batch-post) endpoint.
operationId: act_runs_last_requestQueue_requests_batch_post
operationId: actor_runs_last_requestQueue_requests_batch_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -206,7 +206,7 @@ deleteLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Delete requests](/api/v2/request-queue-requests-batch-delete) endpoint.
operationId: act_runs_last_requestQueue_requests_batch_delete
operationId: actor_runs_last_requestQueue_requests_batch_delete
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ postLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Unlock requests](/api/v2/request-queue-requests-unlock-post) endpoint.
operationId: act_runs_last_requestQueue_requests_unlock_post
operationId: actor_runs_last_requestQueue_requests_unlock_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ listLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[List requests](/api/v2/request-queue-requests-get) endpoint.
operationId: act_runs_last_requestQueue_requests_get
operationId: actor_runs_last_requestQueue_requests_get
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down Expand Up @@ -188,7 +188,7 @@ postLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Add request](/api/v2/request-queue-requests-post) endpoint.
operationId: act_runs_last_requestQueue_requests_post
operationId: actor_runs_last_requestQueue_requests_post
parameters:
- $ref: "../../parameters/runAndBuildParameters.yaml#/actorId"
- $ref: "../../parameters/runAndBuildParameters.yaml#/statusLastRun"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ getLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Get request queue](/api/v2/request-queue-get) endpoint.
operationId: act_runs_last_requestQueue_get
operationId: actor_runs_last_requestQueue_get

getTaskLastRun:
<<: [*sharedGet, *sharedTaskLastRun]
Expand Down Expand Up @@ -158,7 +158,7 @@ putLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Update request queue](/api/v2/request-queue-put) endpoint.
operationId: act_runs_last_requestQueue_put
operationId: actor_runs_last_requestQueue_put

putTaskLastRun:
<<: [*sharedPut, *sharedTaskLastRun]
Expand Down Expand Up @@ -208,7 +208,7 @@ deleteLastRun:

This endpoint is a shortcut for getting the last run's `defaultRequestQueueId` and then using the
[Delete request queue](/api/v2/request-queue-delete) endpoint.
operationId: act_runs_last_requestQueue_delete
operationId: actor_runs_last_requestQueue_delete

deleteTaskLastRun:
<<: [*sharedDelete, *sharedTaskLastRun]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ get:
description: |
Get the OpenAPI definition for Actor builds. Two similar endpoints are available:

- [First endpoint](/api/v2/act-openapi-json-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build.
- [First endpoint](/api/v2/actor-openapi-json-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build.
- [Second endpoint](/api/v2/actor-build-openapi-json-get): Requires only `buildId`.

Get the OpenAPI definition for a specific Actor build.
Authentication is based on the build's unique ID. No authentication token is required.

:::note

You can also use the [`/api/v2/act-openapi-json-get`](/api/v2/act-openapi-json-get) endpoint to get the OpenAPI definition for a build.
You can also use the [`/api/v2/actor-openapi-json-get`](/api/v2/actor-openapi-json-get) endpoint to get the OpenAPI definition for a build.

:::
operationId: actorBuild_openapi_json_get
Expand Down
4 changes: 2 additions & 2 deletions apify-api/openapi/paths/actors/acts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ get:
You can also sort by your last run by using the `sortBy=stats.lastRunStartedAt` query parameter.
In this case, descending order means the most recently run Actor appears first.

operationId: acts_get
operationId: actors_get
parameters:
- name: my
in: query
Expand Down Expand Up @@ -109,7 +109,7 @@ post:
under which that Actor will be classified in Apify Store. For this, it's
best to use the [constants from our `apify-shared-js`
package](https://github.com/apify/apify-shared-js/blob/2d43ebc41ece9ad31cd6525bd523fb86939bf860/packages/consts/src/consts.ts#L452-L471).
operationId: acts_post
operationId: actors_post
requestBody:
description: ""
content:
Expand Down
Loading
Loading