Skip to content

Commit 59178bb

Browse files
committed
change formatting & order within sidebar
1 parent 39e44d7 commit 59178bb

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

apify-api/openapi/components/tags.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
description: |
3131
The API endpoints in this section allow you to manage your Apify Actors versions.
3232
33-
- The _Version object_ contains the source code of a specific version of an Actor.
33+
- The version object contains the source code of a specific version of an Actor.
3434
- The `sourceType` property indicates where the source code is hosted, and based
3535
on its value the Version object has the following additional property:
3636
@@ -53,6 +53,8 @@
5353
- '#tag/ActorsBuild-object'
5454
- '#tag/ActorsAbort-build'
5555
x-trait: 'true'
56+
description: |
57+
The API endpoints in this section allow you to manage your Apify Actors builds.
5658
- name: Actors/Actor runs
5759
x-displayName: Actor runs
5860
x-parent-tag-name: Actors
@@ -69,7 +71,7 @@
6971
- '#/reference/actors/run-actor-synchronously-and-get-dataset-items'
7072
- '#tag/ActorsRun-Actor-synchronously-and-get-dataset-items'
7173
description: |
72-
The API endpoints in this section allow you to run Apify Actors.
74+
The API endpoints in this section allow you to manage your Apify Actors runs.
7375
7476
Some API endpoints return run objects. If a run object includes usage costs in dollars, note that these values are calculated based on your effective unit pricing at the time of the query. As a result, the dollar amounts should be treated as informational only and not as exact figures.
7577

apify-api/openapi/openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -499,28 +499,28 @@ paths:
499499
$ref: 'paths/actors/acts@{actorId}@webhooks.yaml'
500500
'/v2/acts/{actorId}/builds':
501501
$ref: 'paths/actors/acts@{actorId}@builds.yaml'
502-
'/v2/acts/{actorId}/builds/{buildId}':
503-
$ref: 'paths/actors/acts@{actorId}@builds@{buildId}.yaml'
504502
'/v2/acts/{actorId}/builds/default':
505503
$ref: 'paths/actors/acts@{actorId}@[email protected]'
506-
'/v2/acts/{actorId}/builds/{buildId}/abort':
507-
$ref: 'paths/actors/acts@{actorId}@builds@{buildId}@abort.yaml'
508504
'/v2/acts/{actorId}/builds/{buildId}/openapi.json':
509505
$ref: 'paths/actors/acts@{actorId}@builds@{buildId}@openapi.json.yaml'
506+
'/v2/acts/{actorId}/builds/{buildId}':
507+
$ref: 'paths/actors/acts@{actorId}@builds@{buildId}.yaml'
508+
'/v2/acts/{actorId}/builds/{buildId}/abort':
509+
$ref: 'paths/actors/acts@{actorId}@builds@{buildId}@abort.yaml'
510510
'/v2/acts/{actorId}/runs':
511511
$ref: 'paths/actors/acts@{actorId}@runs.yaml'
512512
'/v2/acts/{actorId}/run-sync':
513513
$ref: 'paths/actors/acts@{actorId}@run-sync.yaml'
514514
'/v2/acts/{actorId}/run-sync-get-dataset-items':
515515
$ref: 'paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml'
516+
'/v2/acts/{actorId}/runs/{runId}/resurrect':
517+
$ref: 'paths/actors/acts@{actorId}@runs@{runId}@resurrect.yaml'
516518
'/v2/acts/{actorId}/runs/{runId}':
517519
$ref: 'paths/actors/acts@{actorId}@runs@{runId}.yaml'
518520
'/v2/acts/{actorId}/runs/{runId}/abort':
519521
$ref: 'paths/actors/acts@{actorId}@runs@{runId}@abort.yaml'
520522
'/v2/acts/{actorId}/runs/{runId}/metamorph':
521523
$ref: 'paths/actors/acts@{actorId}@runs@{runId}@metamorph.yaml'
522-
'/v2/acts/{actorId}/runs/{runId}/resurrect':
523-
$ref: 'paths/actors/acts@{actorId}@runs@{runId}@resurrect.yaml'
524524
'/v2/acts/{actorId}/runs/last':
525525
$ref: 'paths/actors/acts@{actorId}@[email protected]'
526526
/v2/actor-tasks:

0 commit comments

Comments
 (0)