File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
apify-api/openapi/paths/actors Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11get :
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
9696 x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/ActorCollectionClientAsync#list
9797post :
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
Original file line number Diff line number Diff line change 11get :
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
9393 x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/ActorClientAsync#get
9494put :
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
244244 x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/ActorClientAsync#update
245245delete :
246246 tags :
247- - Basic operations
247+ - Actors/Actor object
248248 summary : Delete Actor
249249 description : Deletes an Actor.
250250 operationId : act_delete
Original file line number Diff line number Diff line change 11post :
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
428428get :
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.
Original file line number Diff line number Diff line change 124124 x-py-doc-url : https://docs.apify.com/api/client/python/reference/class/RunCollectionClientAsync#list
125125post :
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.
You can’t perform that action at this time.
0 commit comments