docs: replace legacy /v2/acts routes with canonical /v2/actors paths - #2832
Open
marekh19 wants to merge 5 commits into
Open
docs: replace legacy /v2/acts routes with canonical /v2/actors paths#2832marekh19 wants to merge 5 commits into
marekh19 wants to merge 5 commits into
Conversation
Agent-facing docs taught /v2/acts, absent from the public OpenAPI contract. Also fix the operationId convention docs, which documented act_runs_post and would re-seed the drift on the next endpoint.
Contributor
|
✅ Preview for this PR (commit |
This comment was marked as outdated.
This comment was marked as outdated.
marekh19
marked this pull request as ready for review
July 29, 2026 13:43
marekh19
requested review from
TC-MO,
honzajavorek,
marcel-rbro and
szaganek
as code owners
July 29, 2026 13:44
webrdaniel
approved these changes
Jul 29, 2026
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.
Relates to #2804
Replace legacy
/v2/actswith canonical/v2/actorsacross docs. The paths were already canonical in the OpenAPI spec (0/v2/actskeys), so this is prose-only drift.CONTRIBUTING.md+api-docskill reference: operationId convention documentedact_runs_post. Corrected, plus a note on why an Actor's own/runskeeps the pluralactors_prefix - singularactor_runs_getwould collide with the account-wide/actor-runsfamily.No OpenAPI changes.
operationIds are untouched, so no doc URLs move and no redirects are needed.Console's API endpoints modal already emits
/v2/actors/(migrated inapify-core#27780), sogithub.mdmatches the UI.