About 2,330,000 results
Open links in new tab
  1. OpenAPI - how to describe query parameters? - Stack Overflow

    Sep 12, 2020 · I'm trying to figure out how to document two of my query parameters in OpenAPI. Filtering. My filtering follows the recommendations of JSON:API, which takes the form of, for …

  2. Describing Parameters | Swagger Docs

    Query Parameters. Query parameters are the most common type of parameters. They appear at the end of the request URL after a question mark (?), with different name=value pairs …

  3. Parameters and Payload of an Operation - OpenAPI Documentation

    query: The parameter is appended to the query string part of the operation’s URL. For example, the URL /users?id=1234 can be parsed using: paths : /users : get : parameters : - name : id in …

  4. OpenAPI JSON Objects as Query Parameters - Baeldung

    Jan 8, 2024 · In this tutorial, we’ll learn how to work with JSON objects as query parameters using OpenAPI. 2. Query Parameters in OpenAPI 2. OpenAPI 2 doesn’t support objects as query …

  5. OpenAPI Tips - Query Parameters & Serialization - DEV Community

    Sep 17, 2023 · Describe your query parameters as explicitly as possible by using OpenAPI defined formats. Use additional validation attributes as much as possible: mark properties as …

  6. How To Add Query Parameters To An OpenAPI Specification

    Let's assume you want to document the query parameters size and offset for your GET endpoint [→] thus https://example.com/api/v1/data?size=2&offset=8. You will first need to declare the …

  7. Sorting API Results with Query Parameters in OpenAPI 3.0

    Jan 21, 2025 · Learn how to sort API results using query parameters in OpenAPI 3.0. Understand correct HTTP methods, formatting, and documentation for effective implementation.

  8. OpenAPI parameter types for great API design - Redocly

    Jun 6, 2024 · Query parameters are ubiquitous and with good reason; they are a very approachable way to pass values into an API endpoint. This very flexible approach is designed …

  9. How to document dynamic query parameter names in OpenAPI

    Mar 31, 2018 · Free-form query parameters are supported in Swagger UI 3.15.0+ and Swagger Editor 3.5.6+. In the parameter editor, enter the parameter names and values in the JSON …

  10. Query Parameters in OpenAPI best practices | Speakeasy

    Query parameters are serialized at runtime to the query string of the URL, meaning they are generally serialized to a string representation and must adhere to the RFC 3986 specification. …

  11. Some results have been removed
Refresh