chore: sync PHP client with Apify OpenAPI spec v2-2026-07-13T092445Z - #5
Merged
Conversation
Spec PR apify/apify-docs#2763 only adds 402/408 error responses to the sync run/resurrect endpoints and relaxes several stats counters from required to optional. Both are already covered by the client's generic non-2xx error mapping and nullable model accessors, so no functional code change is needed. Bumps API_SPEC_VERSION and CLIENT_VERSION (0.3.3 -> 0.3.4) and records the sync in the changelog. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
Drops the rationale clause per the "extremely short summary" changelog requirement; the entry now lists only the change. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01VEDd2d9MHc8azfZ6J86Fn3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Syncs the client to OpenAPI spec
v2-2026-07-13T092445Z(fromv2-2026-07-10T105921Z) and bumps the client to0.3.4.The spec delta (apify-docs #2763) only adds already-handled error responses (
402on the synchronous-run and run-resurrect endpoints,408on the task run-sync endpoint) and relaxesrequiredon the run/build/key-value-store/webhook stats counters. Both are already covered by the client's generic non-2xx toApifyApiExceptionhandling and its nullable dynamic model accessors, so no interface or behavior change was needed - only the spec-version constant, version bump, and CHANGELOG.Verified locally: php-cs-fixer lint clean, PHPStan no errors, unit + integration + documentation-example suites pass.