Skip to content

Commit 6b965e2

Browse files
committed
mark a few more deprecations
1 parent 17e6018 commit 6b965e2

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

apify-api/openapi/paths/actors/acts@{actorId}@builds@{buildId}@abort.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ post:
44
summary: Abort build
55
description: |
66
**[DEPRECATED]** API endpoints related to build of the Actor were moved
7-
under new namespace [`actor-builds`](#/reference/actor-builds).Aborts an
7+
under new namespace [`actor-builds`](#/reference/actor-builds). Aborts an
88
Actor build and returns an object that contains all the details about the
99
build.
1010
@@ -58,7 +58,7 @@ post:
5858
usageTotalUsd: 0.02
5959
usageUsd:
6060
ACTOR_COMPUTE_UNITS: 0.02
61-
deprecated: false
61+
deprecated: true
6262
x-legacy-doc-urls:
6363
- https://docs.apify.com/api/v2#/reference/actors/abort-build/abort-build
6464
- https://docs.apify.com/api/v2#/reference/actors/abort-build

apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ get:
44
summary: Get run
55
description: |
66
**[DEPRECATED]** API endpoints related to run of the Actor were moved under
7-
new namespace [`actor-runs`](#/reference/actor-runs).**[DEPRECATED]** API
8-
endpoints related to run of the Actor were moved under new namespace
9-
[`actor-runs`](#/reference/actor-runs).
7+
new namespace [`actor-runs`](#/reference/actor-runs).
108
119
1210
Gets an object that contains all the details about a specific run of an
@@ -134,7 +132,7 @@ get:
134132
DATA_TRANSFER_EXTERNAL_GBYTES?: 0.0002
135133
PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16
136134
PROXY_SERPS: 0.0006
137-
deprecated: false
135+
deprecated: true
138136
x-legacy-doc-urls:
139137
- https://docs.apify.com/api/v2#/reference/actors/run-object/get-run
140138
- https://docs.apify.com/api/v2#/reference/actors/get-run

apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@abort.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ post:
44
summary: Abort run
55
description: |
66
**[DEPRECATED]** API endpoints related to run of the Actor were moved under
7-
new namespace [`actor-runs`](#/reference/actor-runs).Aborts an Actor run and
7+
new namespace [`actor-runs`](#/reference/actor-runs). Aborts an Actor run and
88
returns an object that contains all the details about the run.
99
1010
Only runs that are starting or running are aborted. For runs with status
@@ -116,7 +116,7 @@ post:
116116
DATA_TRANSFER_EXTERNAL_GBYTES?: 0.0002
117117
PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16
118118
PROXY_SERPS: 0.0006
119-
deprecated: false
119+
deprecated: true
120120
x-legacy-doc-urls:
121121
- https://docs.apify.com/api/v2#/reference/actors/abort-run/abort-run
122122
- https://docs.apify.com/api/v2#/reference/actors/abort-run

apify-api/openapi/paths/actors/acts@{actorId}@runs@{runId}@metamorph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ post:
155155
DATA_TRANSFER_EXTERNAL_GBYTES?: 0.0002
156156
PROXY_RESIDENTIAL_TRANSFER_GBYTES: 0.16
157157
PROXY_SERPS: 0.0006
158-
deprecated: false
158+
deprecated: true
159159
x-legacy-doc-urls:
160160
- https://docs.apify.com/api/v2#/reference/actors/metamorph-run/metamorph-run
161161
- https://docs.apify.com/api/v2#/reference/actors/metamorph-run

0 commit comments

Comments
 (0)