Skip to content

Conversation

@Armanio
Copy link
Contributor

@Armanio Armanio commented Nov 28, 2025

Fix #2505

Explanation:

  • drop hardcoded query Params insertion
  • when useOperationIdAsQueryKey=true query param use all parameters
  • when useOperationIdAsQueryKey=false only query params (because path params included in path)
  • all params sorted by required first

Below are screenshots with diffs:
Снимок экрана от 2025-11-28 22-24-17

Снимок экрана от 2025-11-28 22-24-06 Снимок экрана от 2025-11-28 22-23-39

@melloware melloware merged commit 0269002 into orval-labs:master Dec 1, 2025
2 checks passed
@Armanio Armanio deleted the operation_id branch December 1, 2025 15:52
Sign up for free to 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.

Path params not included in query key when useOperationIdAsQueryKey is true

2 participants