Commit 07d0a2e
docs: add responseFormat and includeUnrunnableActors to store search endpoint (#2419)
## Summary
- Add `responseFormat` query param (`full` | `agent`) for LLM-optimized
responses
- Add `includeUnrunnableActors` boolean param to bypass safety filtering
Follows apify/apify-core#26566.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Documentation-only change to the OpenAPI spec; no runtime logic is
modified, so risk is low aside from potential client expectation
changes.
>
> **Overview**
> Documents two new query parameters on `GET /store`: `responseFormat`
(`full`|`agent`) to request a reduced, LLM-oriented response shape, and
`includeUnrunnableActors` to optionally bypass the default safety
filtering that excludes automatically-unrunnable Actors.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
4dc776d. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent bfcad19 commit 07d0a2e
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
78 | 108 | | |
79 | 109 | | |
80 | 110 | | |
| |||
0 commit comments