diff --git a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}.yaml b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}.yaml index 0343cd5cb5..854f7c46c5 100644 --- a/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}.yaml +++ b/apify-api/openapi/paths/actor-tasks/actor-tasks@{actorTaskId}.yaml @@ -56,10 +56,11 @@ put: landing page, and `isPublic` publishes or unpublishes the task itself. Both require write permission to the task's Actor. - To publish a task, its Actor must be public, `publicConfig.inputSchemaFields` and - `publicConfig.datasetView` must be set, and the Actor must have fewer than 50 published - tasks. If the task isn't ready to be published, the whole update fails and none of it - is applied. + To publish a task, its Actor must be public and both `publicConfig.inputSchemaFields` and + `publicConfig.datasetView` must be set. Note that an Actor can have up to 10 published tasks + and your account up to 100. To increase these limits, [contact support](http://apify.com/contact). + If the task doesn't meet all these conditions, the request fails and no fields are updated, + including those unrelated to publishing. Publishing lists the task among the Actor's examples and makes its input public, so anyone can view and copy it. The landing page itself is shown only while `publicConfig` still diff --git a/sources/platform/actors/publishing/publish-task.mdx b/sources/platform/actors/publishing/publish-task.mdx index 5ac609c2b8..3e3c1269ff 100644 --- a/sources/platform/actors/publishing/publish-task.mdx +++ b/sources/platform/actors/publishing/publish-task.mdx @@ -7,7 +7,7 @@ sidebar_position: 2 [Actor tasks](/actors/running/tasks) are shareable, pre-configured inputs for your Actors. [Publishing a task](#publish-your-tasks) creates a public landing page that shows what it does, what inputs to provide, and what output to expect. Published tasks also appear in your Actor's **Example tasks** tab, which helps users discover your Actor through search engines and AI agents. For monetized Actors, more discoverability means more paid runs. -You can create up to 50 tasks per Actor. +You can publish up to 10 tasks per Actor, and up to 100 tasks across your account. To increase these limits, [contact support](http://apify.com/contact). ## Prerequisites