Skip to content

feat(apidocs): Mark deprecated endpoints in OpenAPI#117892

Draft
gricha wants to merge 1 commit into
masterfrom
feat/openapi-deprecated-schema
Draft

feat(apidocs): Mark deprecated endpoints in OpenAPI#117892
gricha wants to merge 1 commit into
masterfrom
feat/openapi-deprecated-schema

Conversation

@gricha

@gricha gricha commented Jun 16, 2026

Copy link
Copy Markdown
Member

Deprecated endpoint methods now appear as deprecated OpenAPI operations. The existing runtime @deprecated behavior is unchanged; schema generation reads metadata from the decorator and preserves url_names-specific deprecation by carrying URL pattern names through the custom generator.

Validated with targeted deprecation/schema tests, changed-file prek, and the OpenAPI docs build. Generated schema artifacts did not change after rebuild.

Expose @deprecated endpoint methods as deprecated OpenAPI operations while preserving route-name-specific deprecation behavior.

Co-Authored-By: OpenCode <noreply@opencode.ai>
@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant