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:
460460 return WebhookCollectionClient (** self ._sub_resource_init_options ())
461461
462462 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 .
464464
465465 Args:
466466 run_input: The input to validate.
@@ -852,7 +852,7 @@ def webhooks(self) -> WebhookCollectionClientAsync:
852852 return WebhookCollectionClientAsync (** self ._sub_resource_init_options ())
853853
854854 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 .
856856
857857 Args:
858858 run_input: The input to validate.
You can’t perform that action at this time.
0 commit comments