About 49,400 results
Open links in new tab
  1. How to Specify Optional or Required Fields in OpenAPI/Swagger ...

    Jan 16, 2026 · In this guide, we’ll demystify how OpenAPI handles required and optional fields, including default behavior, explicit configuration, common pitfalls, and best practices.

  2. OpenAPI Specification - Version 3.1.0 | Swagger

    The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to HTTP APIs which allows both humans and computers to discover and understand the capabilities of the service without …

  3. Metadata and Docs URLs - FastAPI - tiangolo

    OpenAPI URL By default, the OpenAPI schema is served at /openapi.json. But you can configure it with the parameter openapi_url. For example, to set it to be served at /api/v1/openapi.json:

  4. Configuration - scalar.com

    Configure API references with custom layouts, authentication, server URLs, and request customization options.

  5. Create and use custom APIs (Microsoft Dataverse) - Power Apps

    Jan 9, 2026 · Use custom APIs to create your own APIs in Dataverse. You can consolidate one or more operations into a custom API that you and other developers can call in their code or from …

  6. Documenting a Spring REST API Using OpenAPI 3.0 - Baeldung

    Mar 26, 2026 · Learn how to generate OpenAPI 3.0 specifications for a Spring REST API using SpringDoc.

  7. How to define an optional parameter in path using swagger

    Jan 26, 2016 · It is not a Swagger thing, but rather how the URL schema works. If you have GET /products/ {id} and you say that {id} is optional then you have completely changed the url that the …