File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/apify_client/clients/resource_clients Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ def webhooks(self) -> WebhookCollectionClient:
460
460
return WebhookCollectionClient (** self ._sub_resource_init_options ())
461
461
462
462
def validate_input (self , run_input : Any = None , content_type : str | None = None ) -> bool :
463
- """Validate the input for the Actor.
463
+ """Validate an input for the Actor that defines an input schema .
464
464
465
465
Args:
466
466
run_input: The input to validate.
@@ -852,7 +852,7 @@ def webhooks(self) -> WebhookCollectionClientAsync:
852
852
return WebhookCollectionClientAsync (** self ._sub_resource_init_options ())
853
853
854
854
async def validate_input (self , run_input : Any = None , content_type : str | None = None ) -> bool :
855
- """Validate the input for the Actor.
855
+ """Validate an input for the Actor that defines an input schema .
856
856
857
857
Args:
858
858
run_input: The input to validate.
You can’t perform that action at this time.
0 commit comments