Skip to content

fix(openapi): respect schema type for non-collection parameter documentation - #7634

Merged
soyuka merged 1 commit into
api-platform:4.2from
soyuka:fix/7548
Dec 28, 2025
Merged

fix(openapi): respect schema type for non-collection parameter documentation#7634
soyuka merged 1 commit into
api-platform:4.2from
soyuka:fix/7548

Conversation

@soyuka

Copy link
Copy Markdown
Member
QA
Branch?main for features / current stable version branch for bug fixes
TicketsCloses#7548
LicenseMIT
Doc PRna

When a filter parameter has an explicit schema type set to a non-array type (e.g., 'string'), the OpenAPI documentation now correctly generates a non-collection parameter instead of using array notation with '[]' suffix, deepObject style, and explode: true.

Fixes#7548

…ntation
When a filter parameter has an explicit schema type set to a non-array
type (e.g., 'string'), the OpenAPI documentation now correctly
generates a non-collection parameter instead of using array notation
with '[]' suffix, deepObject style, and explode: true.
Fixesapi-platform#7548
@soyuka
soyuka merged commit d0dffea into api-platform:4.2Dec 28, 2025
130 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@soyuka