Skip to content

Commit

Permalink
revert changes done to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
TC-MO committed Dec 9, 2024
1 parent 65f4729 commit 54cf70e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apify-api/openapi/paths/actors/acts.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
get:
tags:
- Basic operations
- Actors/Actor collection
summary: Get list of Actors
description: |
Gets the list of all Actors that the user created or used. The response is a
Expand Down Expand Up @@ -96,7 +96,7 @@ get:
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/ActorCollectionClientAsync#list
post:
tags:
- Basic operations
- Actors/Actor collection
summary: Create Actor
description: |
Creates a new Actor with settings specified in an Actor object passed as
Expand Down
6 changes: 3 additions & 3 deletions apify-api/openapi/paths/actors/acts@{actorId}.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
get:
tags:
- Basic operations
- Actors/Actor object
summary: Get Actor
description: Gets an object that contains all the details about a specific Actor.
operationId: act_get
Expand Down Expand Up @@ -93,7 +93,7 @@ get:
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/ActorClientAsync#get
put:
tags:
- Basic operations
- Actors/Actor object
summary: Update Actor
description: |
Updates settings of an Actor using values specified by an Actor object
Expand Down Expand Up @@ -244,7 +244,7 @@ put:
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/ActorClientAsync#update
delete:
tags:
- Basic operations
- Actors/Actor object
summary: Delete Actor
description: Deletes an Actor.
operationId: act_delete
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
post:
tags:
- Sync Runs
- Actors/Run Actor synchronously and get dataset items
summary: Run Actor synchronously with input and get dataset items
description: |
Runs a specific Actor and returns its dataset items.
Expand Down Expand Up @@ -427,7 +427,7 @@ post:
- https://docs.apify.com/api/v2#/reference/actors/run-actor-synchronously-with-input-and-get-dataset-items
get:
tags:
- Sync Runs
- Actors/Run Actor synchronously and get dataset items
summary: Run Actor synchronously without input and get dataset items
description: |
Runs a specific Actor and returns its dataset items.
Expand Down
2 changes: 1 addition & 1 deletion apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ get:
x-py-doc-url: https://docs.apify.com/api/client/python/reference/class/RunCollectionClientAsync#list
post:
tags:
- Runs
- Actors/Run collection
summary: Run Actor
description: |
Runs an Actor and immediately returns without waiting for the run to finish.
Expand Down

0 comments on commit 54cf70e

Please sign in to comment.