chore: sync Rust client with Apify OpenAPI spec v2-2026-07-07T132551Z - #14
Merged
Conversation
- Bump API_SPEC_VERSION to v2-2026-07-07T132551Z and crate version to 0.4.7. - Correct rustdoc for last_run/LastRunOptions: origin is now a spec-declared query parameter on the last-run endpoints. - Fix monthly_usage cross-reference anchor in README.md.
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.
Summary
Syncs the Rust client to the latest Apify OpenAPI specification,
info.version = v2-2026-07-07T132551Z(131 paths / 229 operations), up fromv2-2026-07-02T131926Z.An independent operation- and parameter-level audit of the current spec against the client confirmed there is no in-scope API surface change vs. the previously synced version — all endpoints, parameters and schemas the client implements remain correct,
validate-inputis spec-consistent, and full parity with the reference JS client holds (all 27 resource clients covered;browser-infoandtools/*correctly out of scope). This is therefore a no-behavior-change version rebuild.Changes
API_SPEC_VERSION→v2-2026-07-07T132551Z(src/version.rs) and crate version0.4.6→0.4.7(Cargo.toml).last_run/LastRunOptionsrustdoc: the 07-07 spec now declaresorigin(alongsidestatus) as a query parameter on the last-run endpoints, so the previous "not declared by the OpenAPI spec" comments were inaccurate (src/clients/actor.rs,src/clients/run.rs,src/clients/task.rs). No behavior change — the client already sentorigin.monthly_usagecross-reference anchor inREADME.mdto point at the Users section.CHANGELOG.md[0.4.7]entry.Verification
cargo fmt --check,cargo clippy --all-targets -- -D warnings,cargo buildall clean.Generated by Claude Code