From 54cf70e660f4f40442e6e90cf6137951ff3d6808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:10:40 +0100 Subject: [PATCH] revert changes done to tags --- apify-api/openapi/paths/actors/acts.yaml | 4 ++-- apify-api/openapi/paths/actors/acts@{actorId}.yaml | 6 +++--- .../actors/acts@{actorId}@run-sync-get-dataset-items.yaml | 4 ++-- apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apify-api/openapi/paths/actors/acts.yaml b/apify-api/openapi/paths/actors/acts.yaml index c60bab1f9..a8f30251b 100644 --- a/apify-api/openapi/paths/actors/acts.yaml +++ b/apify-api/openapi/paths/actors/acts.yaml @@ -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 @@ -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 diff --git a/apify-api/openapi/paths/actors/acts@{actorId}.yaml b/apify-api/openapi/paths/actors/acts@{actorId}.yaml index 8c216d895..3683a3cd2 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}.yaml @@ -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 @@ -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 @@ -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 diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml index a339dce74..193e9abdb 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@run-sync-get-dataset-items.yaml @@ -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. @@ -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. diff --git a/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml b/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml index 4d39ec304..d9bd49b8d 100644 --- a/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml +++ b/apify-api/openapi/paths/actors/acts@{actorId}@runs.yaml @@ -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.