Skip to content

Commit 54cf70e

Browse files
committed
revert changes done to tags
1 parent 65f4729 commit 54cf70e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

apify-api/openapi/paths/actors/acts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get:
22
tags:
3-
- Basic operations
3+
- Actors/Actor collection
44
summary: Get list of Actors
55
description: |
66
Gets the list of all Actors that the user created or used. The response is a
@@ -96,7 +96,7 @@ get:
9696
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/ActorCollectionClientAsync#list
9797
post:
9898
tags:
99-
- Basic operations
99+
- Actors/Actor collection
100100
summary: Create Actor
101101
description: |
102102
Creates a new Actor with settings specified in an Actor object passed as

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get:
22
tags:
3-
- Basic operations
3+
- Actors/Actor object
44
summary: Get Actor
55
description: Gets an object that contains all the details about a specific Actor.
66
operationId: act_get
@@ -93,7 +93,7 @@ get:
9393
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/ActorClientAsync#get
9494
put:
9595
tags:
96-
- Basic operations
96+
- Actors/Actor object
9797
summary: Update Actor
9898
description: |
9999
Updates settings of an Actor using values specified by an Actor object
@@ -244,7 +244,7 @@ put:
244244
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/ActorClientAsync#update
245245
delete:
246246
tags:
247-
- Basic operations
247+
- Actors/Actor object
248248
summary: Delete Actor
249249
description: Deletes an Actor.
250250
operationId: act_delete

apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
post:
22
tags:
3-
- Sync Runs
3+
- Actors/Run Actor synchronously and get dataset items
44
summary: Run Actor synchronously with input and get dataset items
55
description: |
66
Runs a specific Actor and returns its dataset items.
@@ -427,7 +427,7 @@ post:
427427
- https://docs.apify.com/api/v2#/reference/actors/run-actor-synchronously-with-input-and-get-dataset-items
428428
get:
429429
tags:
430-
- Sync Runs
430+
- Actors/Run Actor synchronously and get dataset items
431431
summary: Run Actor synchronously without input and get dataset items
432432
description: |
433433
Runs a specific Actor and returns its dataset items.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ get:
124124
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/RunCollectionClientAsync#list
125125
post:
126126
tags:
127-
- Runs
127+
- Actors/Run collection
128128
summary: Run Actor
129129
description: |
130130
Runs an Actor and immediately returns without waiting for the run to finish.

0 commit comments

Comments
 (0)