Skip to content

3.2 add query method example#205

Merged
miqui merged 3 commits intoOAI:mainfrom
miqui:miqui-add-query
May 7, 2026
Merged

3.2 add query method example#205
miqui merged 3 commits intoOAI:mainfrom
miqui:miqui-add-query

Conversation

@miqui
Copy link
Copy Markdown
Contributor

@miqui miqui commented May 7, 2026

Adding QUERY HTTP example

The QUERY method is intended for safe, idempotent requests that still need a
request body, which makes it a good fit for flight search filters like dates,
cabin class, passenger count, and nonstop preferences. In practice, this is
clearer than forcing a long GET URL or misusing POST for a read-only search operation.

miqui added 3 commits May 6, 2026 22:28
Defines a new QUERY method for searching flights with complex criteria, including filters for origin, destination, dates, passengers, cabin class, and nonstop preferences.
Added a new OpenAPI 3.2 specification for the Flight API, including paths for searching flights with complex criteria.
@miqui miqui requested review from mikekistler and ralfhandl May 7, 2026 02:38
@miqui miqui changed the title Miqui add query 3.2 add query method example May 7, 2026
Copy link
Copy Markdown
Contributor

@mikekistler mikekistler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

@miqui miqui merged commit 4375654 into OAI:main May 7, 2026
2 checks passed
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.

3 participants