feat: add Actor task publication endpoints - #985
Conversation
apify-service-account
commented
Aug 2, 2026
- Updates the auto-generated Pydantic models and TypedDicts based on the proposed OpenAPI specification changes.
- Based on apify-docs PR #2840.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #985 +/- ##
==========================================
+ Coverage 94.71% 94.89% +0.18%
==========================================
Files 58 58
Lines 5337 5391 +54
==========================================
+ Hits 5055 5116 +61
+ Misses 282 275 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
vdusek
left a comment
There was a problem hiding this comment.
Thanks. Let's merge this once the PRs in apify-core and apify-docs are merged.
|
Please resolve the failing CI |
The models committed earlier came from a superseded revision of the spec PR that used dedicated publish/unpublish endpoints. The current revision puts `isPublic` on the update request instead, which is what the client code and tests were written against. Also merges master and syncs the async create docstring. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Y6GXQXFZK4XoGwNgXHkk1n
|
|
||
|
|
||
| @docs_group('Models') | ||
| class TaskPublicConfig(BaseModel): |
There was a problem hiding this comment.
These models come from a spec that is not merged and deployed - Let's wait for the merge of apify/apify-docs#2840.
vdusek
left a comment
There was a problem hiding this comment.
Seems good, just let's merge it after a next patch version.