Skip to content

Commit 1d92247

Browse files
Update sources/platform/actors/development/programming_interface/status_messages.md
Co-authored-by: Lukáš Křivka <lukaskrivka@gmail.com>
1 parent eab28a6 commit 1d92247

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sources/platform/actors/development/programming_interface/status_messages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,5 @@ If your Actor has specific limitations for users on the Apify free plan (e.g., r
8686
- Wrong: API usage is limited to 10 results
8787
- Right: This Actor only allows up to 10 results for free users. Upgrade to a paid plan to receive unlimited results.
8888
- Documentation: Clearly state any limitations in your Actor's `README` and input schema descriptions so users know what to expect before running the Actor.
89+
- General restrictions (like limiting the number of results) must be explained in the top-level input schema description that renders above the input editor UI.
90+
- Feature-specific limitations must be included in the title of an input field. The title must include explanation in parenthesis such as `(paying users only)` or `(limited for free users`). E.g. `Max comments (paying users only)`.

0 commit comments

Comments
 (0)